fix filemon support in linux

This commit is contained in:
Lance Edgar 2012-08-29 16:25:08 -07:00
parent 36634e8306
commit e251f09483
3 changed files with 37 additions and 20 deletions

View file

@ -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