From 51ac28445ba45ae6e8a338befaff76ba3f30fa7e5bd74ad40768000c64c1f085 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 19 Jul 2023 11:10:39 +0000 Subject: [PATCH] Accepting request 1099406 from home:ecsos:python - %{?sle15_python_module_pythons} must at the beginning to work. OBS-URL: https://build.opensuse.org/request/show/1099406 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=122 --- python-keyring.changes | 5 +++++ python-keyring.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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