stevedore: adjust importlib-metadata requirement

With the change of pypi to use sanitized names by default we need
to switch to the non-underscored version.

Change-Id: Ib4971add9bbfd4e25319acfffbea0cd4a36a8387
This commit is contained in:
Dirk Mueller 2020-10-09 21:42:31 +02:00
parent e5aac6b7df
commit 1b621745e4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ dynamically loaded extensions.
%package -n {{ py2name(py_versions='py3') }}
Summary: Manage dynamic plugins for Python applications
Requires: {{ py3('importlib_metadata') }}
Requires: {{ py3('importlib-metadata') }}
Requires: {{ py3('pbr') }}
Requires: {{ py3('six') }}