global-requirements: Avoid setuptools 34.3.1

This is a follow-on to I9c57c08a150571c5bb62235d502839394d53a4c1.
34.3.1 [1] was released on 3/3/2017 and still has the same problem.
Bump excludes up to this new release.

[1] https://github.com/pypa/setuptools/releases/tag/v34.3.1

Change-Id: I3effb27201496c2cc20762a1d9ad525dafbe37ce
(cherry picked from commit 3476bdce40)
This commit is contained in:
Radoslav Gerganov 2017-03-08 14:07:36 +02:00
parent 2f93ed6a7e
commit 2a6816dab0
1 changed files with 2 additions and 2 deletions

View File

@ -342,8 +342,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.0 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 # PSF/ZPL
# 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
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD
sphinxcontrib-blockdiag # BSD
sphinxcontrib-httpdomain # BSD