Cap zipp for py3.5

We fixed it many time for example
- https://review.opendev.org/#/c/705184/3

But with latest req update fro Victoria uncapped it and caused
failure on py3.5 jobs on projects still supporting the py3.5
like hacking, stackviz etc.

Change-Id: I4e1d6ea12682367f43fcdd0414327a9d68d8adc7
This commit is contained in:
Ghanshyam Mann 2020-05-19 10:46:39 -05:00
parent 1b8b07f561
commit b280662b9d
2 changed files with 10 additions and 2 deletions

View File

@ -495,7 +495,12 @@ skydive-client # Apache-2.0
Yappi!=0.98,!=0.99 # MIT
# NOTE(yoctozepto): To avoid repeated breakage (this is a dep of deps)
zipp # MIT
# (gmann): Few branchless tools like hacking, stackviz, OpenStackSDK, and
# Keystoneauth keeping the support of py3.5 so we need to have zipp cap for
# < py3.6. We need to keep it until we completely drop py3.5 from OpenStack.
# https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html#projects-keeping-py3-5-support
zipp<2;python_version<'3.6' # MIT
zipp;python_version>='3.6' # MIT
# NOTE(prometheanfire): python3 caps, are not approved for use in OpenStack
gitdb # BSD

View File

@ -525,7 +525,10 @@ dnspython===1.16.0
oauthlib===3.1.0
Babel===2.8.0
logutils===0.3.5
zipp===3.1.0
zipp===1.1.0;python_version=='3.5'
zipp===3.1.0;python_version=='3.6'
zipp===3.1.0;python_version=='3.7'
zipp===3.1.0;python_version=='3.8'
greenlet===0.4.15
XStatic-Angular-Vis===4.16.0.0
confluent-kafka===1.4.1