remove py36 specifiers from global-requirements

Change-Id: If37fe53794295b31c4c487e9da25712169a48c82
Signed-off-by: Matthew Thode <mthode@mthode.org>
This commit is contained in:
Matthew Thode 2022-05-28 13:03:56 -05:00
parent fa9b729e0c
commit 7ac0e63183
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 8 additions and 22 deletions

View File

@ -34,8 +34,7 @@ cryptography!=2.0 # BSD/Apache-2.0
cursive # Apache-2.0
datetimerange # MIT
ddt # MIT
debtcollector<2.0.0;python_version<'3.6' # Apache-2.0
debtcollector;python_version>='3.6' # Apache-2.0
debtcollector # Apache-2.0
decorator # BSD
defusedxml # PSF
dib-utils # Apache-2.0
@ -141,13 +140,11 @@ openstackdocstheme!=2.1.0,!=2.1.1 # Apache-2.0
osc-lib # Apache-2.0
osc-placement # Apache-2.0
oslo.cache!=1.31.1,!=2.1.0 # Apache-2.0
oslo.config!=4.3.0,!=4.4.0,<8.0.0;python_version<'3.6' # Apache-2.0
oslo.config!=4.3.0,!=4.4.0;python_version>='3.6' # Apache-2.0
oslo.config!=4.3.0,!=4.4.0 # Apache-2.0
oslo.concurrency # Apache-2.0
oslo.context # Apache-2.0
oslo.db # Apache-2.0
oslo.i18n<4.0.0;python_version<'3.6' # Apache-2.0
oslo.i18n;python_version>='3.6' # Apache-2.0
oslo.i18n # Apache-2.0
oslo.limit # Apache-2.0
oslo.log!=3.44.2,!=4.1.2,!=4.2.0 # Apache-2.0
oslo.messaging!=9.0.0 # Apache-2.0
@ -162,8 +159,7 @@ oslo.serialization!=2.19.1 # Apache-2.0
oslo.service!=1.28.1 # Apache-2.0
oslo.upgradecheck # Apache-2.0
# NOTE(lajoskatona): oslo.utils version between 3.39.1 and 3.40.1 excluded due to bug 1812922
oslo.utils!=3.39.1,!=3.40.0,!=3.40.1,<4.0.0;python_version<'3.6' # Apache-2.0
oslo.utils!=3.39.1,!=3.40.0,!=3.40.1;python_version>='3.6' # Apache-2.0
oslo.utils!=3.39.1,!=3.40.0,!=3.40.1 # Apache-2.0
oslo.vmware # Apache-2.0
oslo.versionedobjects # Apache-2.0
osprofiler # Apache-2.0
@ -297,8 +293,7 @@ pytz # MIT
pyudev # LGPLv2.1+
PyYAML # MIT
rbd-iscsi-client # Apache-2.0
reno<3;python_version<'3.6' # Apache-2.0
reno;python_version>='3.6' # Apache-2.0
reno # Apache-2.0
requests!=2.20.0,!=2.24.0 # Apache-2.0
requests-aws # BSD License (3 clause)
requests-kerberos # ISC
@ -395,9 +390,7 @@ XStatic-term.js # MIT License
XStatic-tv4 # MIT
XStatic-Angular-FileUpload # MIT License
yaql # Apache 2.0 License
# NOTE(dtantsur): zeroconf dropped compatibility with Python 3.6 in version 0.38.0
zeroconf<0.38.0;python_version=='3.6' # LGPL
zeroconf;python_version>'3.6' # LGPL
zeroconf # LGPL
zstd # BSD License (2 clause)
# Testing tools below, which are typically in test-requires.txt
@ -433,8 +426,7 @@ openstack.nose-plugin # Apache-2.0
openstacksdk # Apache-2.0
os-api-ref # Apache-2.0
oslosphinx # Apache-2.0
oslotest<4;python_version<'3.6' # Apache-2.0
oslotest;python_version>='3.6' # Apache-2.0
oslotest # Apache-2.0
ovsdbapp # Apache-2.0
proboscis # Apache-2.0
psycopg2 # LGPL/ZPL
@ -511,13 +503,7 @@ openstack-release-test
# NOTE(anilvenkata): This is required for profiling oslo.service processes
Yappi!=0.98,!=0.99 # MIT
# NOTE(yoctozepto): To avoid repeated breakage (this is a dep of deps)
# (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
zipp # MIT
# NOTE(prometheanfire): python3 caps, are not approved for use in OpenStack
gitdb # BSD