From 93e15e27b929164fe0bcf961dc189895e21f30a3b873bcb22d711e9083ceb80e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 3 Jan 2023 12:47:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=116 --- python-keyring.spec | 3 +++ 1 file changed, 3 insertions(+) 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