Blacklist setuptools 36.2.0

Setuptools 36.2.0 assumes that install_requires
is always defined, which it is not. See the
details in [1] and [2], with the ML notification
[3].

[1] https://github.com/pypa/setuptools/issues/1086
[2] https://github.com/pypa/setuptools/pull/1085
[3] http://lists.openstack.org/pipermail/openstack-dev/2017-July/119694.html

Change-Id: Ia4b665ec30a6aadf90ade523db8082063c0d09c6
This commit is contained in:
Jesse Pretorius 2017-07-15 10:01:34 +01:00
parent 3b6a2576b9
commit b03adfc462
1 changed files with 2 additions and 1 deletions

View File

@ -352,7 +352,8 @@ selenium>=2.50.1 # Apache-2.0
# 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.3 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,!=34.3.3 # PSF/ZPL
# Blacklist setuptools 36.2.0 due to https://github.com/pypa/setuptools/issues/1086
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,!=34.3.3,!=36.2.0 # PSF/ZPL
sphinx>=1.2.1,!=1.3b1,<1.3 # BSD
sphinxcontrib-blockdiag # BSD
sphinxcontrib-httpdomain # BSD