diff --git a/python-keyring.changes b/python-keyring.changes index 36d1ba6..b5bda2d 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 19 07:31:09 UTC 2023 - ecsos + +- %{?sle15_python_module_pythons} must at the beginning to work. + ------------------------------------------------------------------- Wed Jul 12 22:53:41 UTC 2023 - Arun Persaud diff --git a/python-keyring.spec b/python-keyring.spec index 0381e9c..ecc12cf 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -24,6 +24,7 @@ %define psuffix %{nil} %bcond_with test %endif +%{?sle15_python_module_pythons} Name: python-keyring%{psuffix} Version: 24.2.0 Release: 0 @@ -44,7 +45,7 @@ Requires: python-jeepney >= 0.4.2 Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch -%{?sle15_python_module_pythons} + %if 0%{python_version_nodots} < 310 Requires: python-importlib-resources %endif