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:
Jonathan Rosser 2021-03-29 18:07:58 +01:00 committed by Dmitriy Rabotyagov
parent 1f2252e4d8
commit 48abf9a5a4
1 changed files with 1 additions and 2 deletions

View File

@ -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