requirements: Remove unnecessary dependency

We no longer support Python < 3.8.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I48fb5ae543123938b43175c4d55f91f18699c0b2
This commit is contained in:
Stephen Finucane 2023-09-07 15:46:01 +01:00
parent cadc09d152
commit 3cf9632ae3
1 changed files with 0 additions and 1 deletions

View File

@ -1,2 +1 @@
importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0
wrapt>=1.7.0 # BSD License