Merge "pyinotify does not work on windows or osx"

This commit is contained in:
Jenkins 2015-10-13 05:23:37 +00:00 committed by Gerrit Code Review
commit 31d64ae589

@ -125,7 +125,7 @@ pycadf>=1.1.0
pycrypto>=2.6
PyECLib==1.0.7 # BSD
pyghmi>=0.6.11
pyinotify>=0.9.6 # MIT
pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' # MIT
pykmip>=0.4.0 # Apache 2.0 License
pymemcache>=1.2.9,!=1.3.0 # Apache 2.0 License
pymongo>=3.0.2