mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-03 06:33:42 +00:00
#### Why I did it Fix a recent build error introduced by a pre-release redis-py. This is a general issue because `python setup.py install` (ie `easy_instal`) does not ignore pre-release versions. The fix is suggested by https://github.com/pypa/setuptools/issues/855#issuecomment-583803959