importlib-metadata: add python version rule
We only want to install the separate importlib-metadata for python versions < 3.8. Otherwise, we want to use the standard library version of the package. Adding this rule allows consumers of importlib-metadata to specify the same rule to accurately reflect their dependencies. Change-Id: Ic6db7af34c87a636bfe55bacae03c42154f4b9c7 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
bdb9d64daf
commit
4551f8d566
@ -74,7 +74,7 @@ horizon # Apache-2.0
|
||||
httplib2 # MIT
|
||||
hvac # Apache-2.0
|
||||
icalendar # BSD
|
||||
importlib-metadata # Apache-2.0
|
||||
importlib-metadata;python_version<'3.8' # Apache-2.0
|
||||
infinisdk # BSD-3
|
||||
influxdb!=5.3.0 # MIT
|
||||
ironic-lib # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user