diff --git a/python-keyring.spec b/python-keyring.spec index eaa54e4..63d613e 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -39,6 +39,9 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-SecretStorage >= 3.2 +%if 0%{python_version_nodots} < 310 +Requires: python-importlib-resources +%endif Requires: python-jaraco.classes Requires: python-jeepney >= 0.4.2 %if 0%{python_version_nodots} < 312