Use the version of setuptools specified in upper-constraints
The new pip resolver will break every time that u-c specifies a different version of setuptools to the one in global-requirement-pins. Drop the constraint from openstack-ansible and use the one from u-c instead. Also bump the version of pip to the latest. Change-Id: I1889ac7c22870f99b652c0df5f242b89416e1387
This commit is contained in:
parent
1f2252e4d8
commit
48abf9a5a4
@ -6,6 +6,5 @@
|
||||
# Use this file with caution!
|
||||
#
|
||||
|
||||
pip==20.3.3
|
||||
setuptools==51.1.2
|
||||
pip==21.0.1
|
||||
wheel==0.36.2
|
||||
|
Loading…
Reference in New Issue
Block a user