Use setuptools==33.1.1 in leap upgrade-requirements.txt
Avoids using setuptools 34.x as using it can hit this bug when packages are being upgraded: https://github.com/pypa/setuptools/issues/951 Pinning to setuptools==33.1.1 also aligns to the global-requirement-pins.txt in newton-eol Change-Id: Ib33b828751c5a36d61448d148c5941beb6827c73
This commit is contained in:
parent
b0654ee8e5
commit
e5d39f460e
@ -4,6 +4,6 @@
|
||||
cryptography==1.7.2
|
||||
packaging==16.8
|
||||
pip==9.0.1
|
||||
setuptools==34.0.1
|
||||
setuptools==33.1.1
|
||||
virtualenv==15.1.0
|
||||
wheel==0.29.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user