Merge "Don't limit use of importlib-metadata to Python < 3.8"

This commit is contained in:
Zuul 2022-06-05 20:31:47 +00:00 committed by Gerrit Code Review
commit 64af4766b2
1 changed files with 3 additions and 1 deletions

View File

@ -79,7 +79,9 @@ httplib2 # MIT
httpx # BSD
hvac # Apache-2.0
icalendar # BSD
importlib-metadata;python_version<'3.8' # Apache-2.0
# Do not make importlib-metadata conditional on Python version: we depend on
# newer code than in [most] releases of the Python std library.
importlib-metadata # Apache-2.0
infinisdk # BSD-3
influxdb!=5.3.0 # MIT
ironic-lib!=4.6.0 # Apache-2.0