forked from LBRYCommunity/lbry-sdk
only install plyvel on linux
This commit is contained in:
parent
09726876ad
commit
4eff0d2660
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
@ -14,11 +14,10 @@ REQUIRES = [
|
|||
'pbkdf2',
|
||||
'cryptography',
|
||||
'attrs',
|
||||
'plyvel',
|
||||
'pylru'
|
||||
]
|
||||
if sys.platform.startswith('win32'):
|
||||
REQUIRES.remove('plyvel')
|
||||
if sys.platform.startswith('linux'):
|
||||
REQUIRES.append('plyvel')
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue