From 633c1fa9d8c894cc0bacf0f37b67e170dc9e0422 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 7 Jun 2022 09:27:24 -0400 Subject: [PATCH] Don't limit use of importlib-metadata to Python < 3.8 The cinder requirements job is failing because our restriction of importlib_metadata to py<3.8 is conflicting with change I5febaed02e95 to global-requirements. The cinder restriction to py<3.8 was originally made by change I45d0851cdb5f (merged 21 Aug 2020). Change-Id: I0293ae0e178c6b30edf38a0b31e60de4a4f6e21e --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c5cbc1fd96..bb2ff913dd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ decorator>=4.4.2 # BSD eventlet>=0.30.1,!=0.32.0 # MIT greenlet>=0.4.16 # MIT httplib2>=0.18.1 # MIT -importlib_metadata>=3.1.1;python_version<'3.8' # Apache-2.0 +importlib_metadata>=3.1.1 # Apache-2.0 iso8601>=0.1.12 # MIT jsonschema>=3.2.0 # MIT keystoneauth1>=4.2.1 # Apache-2.0