Merge "global-requirements: Avoid setuptools 34.3.2"

This commit is contained in:
Jenkins
2017-03-16 22:48:21 +00:00
committed by Gerrit Code Review

View File

@@ -387,8 +387,8 @@ selenium>=2.50.1 # Apache-2.0
# setting a lower bound is not harmful - it makes error messages cleaner. DO
# NOT set an upper bound on setuptools, as that will lead to uninstallable
# situations as progressive releases of projects are done.
# Blacklist setuptools 34.0.0-34.3.1 due to https://github.com/pypa/setuptools/issues/951
setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1 # PSF/ZPL
# Blacklist setuptools 34.0.0-34.3.2 due to https://github.com/pypa/setuptools/issues/951
setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2 # PSF/ZPL
sphinx>=1.5.1 # BSD
sphinx-testing # BSD License
sphinxcontrib-blockdiag # BSD