fix filemon support in linux
This commit is contained in:
parent
36634e8306
commit
e251f09483
3 changed files with 37 additions and 20 deletions
16
setup.py
16
setup.py
|
@ -104,6 +104,13 @@ extras = {
|
|||
'Sphinx', # 1.1.3
|
||||
],
|
||||
|
||||
'filemon': [
|
||||
#
|
||||
# package # low high
|
||||
|
||||
# This is just a placeholder on Windows; Linux requires this extra.
|
||||
],
|
||||
|
||||
'pyramid': [
|
||||
#
|
||||
# package # low high
|
||||
|
@ -147,7 +154,7 @@ if sys.platform == 'win32':
|
|||
'py-bcrypt-w32', # 0.2.2
|
||||
]
|
||||
|
||||
else:
|
||||
elif sys.platform == 'linux2':
|
||||
|
||||
extras['db'] += [
|
||||
#
|
||||
|
@ -156,6 +163,13 @@ else:
|
|||
'py-bcrypt', # 0.2
|
||||
]
|
||||
|
||||
extras['filemon'] += [
|
||||
#
|
||||
# package # low high
|
||||
|
||||
'pyinotify', # 0.9.3
|
||||
]
|
||||
|
||||
extras['pyramid'] += [
|
||||
#
|
||||
# package # low high
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue