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',
|
'pbkdf2',
|
||||||
'cryptography',
|
'cryptography',
|
||||||
'attrs',
|
'attrs',
|
||||||
'plyvel',
|
|
||||||
'pylru'
|
'pylru'
|
||||||
]
|
]
|
||||||
if sys.platform.startswith('win32'):
|
if sys.platform.startswith('linux'):
|
||||||
REQUIRES.remove('plyvel')
|
REQUIRES.append('plyvel')
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue