14
0

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
This commit is contained in:
2023-07-19 11:10:39 +00:00
committed by Git OBS Bridge
parent 055ef6fe64
commit 51ac28445b
2 changed files with 7 additions and 1 deletions

View File

@@ -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