Accepting request 1108137 from home:ecsos:python

- %{?sle15_python_module_pythons} must at beginning of spec to work.

OBS-URL: https://build.opensuse.org/request/show/1108137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=120
This commit is contained in:
Markéta Machová 2023-08-31 08:24:18 +00:00 committed by Git OBS Bridge
parent e69f241041
commit 9aba7185da
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 30 13:36:56 UTC 2023 - ecsos <ecsos@opensuse.org>
- %{?sle15_python_module_pythons} must at beginning of spec to work.
-------------------------------------------------------------------
Thu Aug 10 21:55:13 UTC 2023 - Arun Persaud <arun@gmx.de>

View File

@ -26,6 +26,7 @@
%define pkg_suffix %{nil}
%bcond_with test
%endif
%{?sle15_python_module_pythons}
Name: python-tqdm%{pkg_suffix}
Version: 4.66.1
Release: 0
@ -45,7 +46,6 @@ Requires(post): update-alternatives
Requires(postun):update-alternatives
Enhances: python-ipython
BuildArch: noarch
%{?sle15_python_module_pythons}
%if %{with test}
# SECTION test requirements
BuildRequires: %{python_module numpy if (python-base without python36-base)}