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

Change I5febaed02e95 to global-requirements lifted the cap
on importlib-metadata, so we should too.

The cinderlib restriction to py<3.8 was originally made by
change I1709952cf0d0  (merged 28 July 2020).

Change-Id: Ib0397640e524a3d932e71d4c776eca19234c057a
This commit is contained in:
Brian Rosmaita 2022-06-07 10:07:36 -04:00
parent 6d482ef697
commit c722aefb67
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ cinder>=21.0.0.0,<22.0.0 # Apache-2.0
# brick upper bound is controlled by zed/upper-constraints
os-brick>=6.1.0 # Apache-2.0
importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0
importlib_metadata>=1.7.0 # Apache-2.0
importlib_resources>=3.2.1;python_version<'3.10' # Apache-2.0