14
0

Accepting request 1163265 from home:mlin7442:rebuild_fails_156

use %{?sle15allpythons}

OBS-URL: https://build.opensuse.org/request/show/1163265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-openid?expand=0&rev=13
This commit is contained in:
2024-04-03 06:47:01 +00:00
committed by Git OBS Bridge
parent fb50b2441b
commit d4fb51ffce
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 28 05:55:04 UTC 2024 - Max Lin <mlin@suse.com>
- Use %{?sle15allpythons} to build with both python 3.6 and 3.11
- Do not BuildRequires python311-mysqlslient for testing on Leap15
since python311-mysqlclient is not available
- Add BuildRequires python-dbm to tests
-------------------------------------------------------------------
Sun Jun 25 08:27:11 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>

View File

@@ -16,7 +16,7 @@
#
%{?sle15_python_module_pythons}
%{?sle15allpythons}
# tests are partly broken
%bcond_without test
Name: python-python3-openid
@@ -35,7 +35,10 @@ BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Django}
BuildRequires: %{python_module defusedxml}
BuildRequires: %{python_module dbm}
%if 0%{?suse_version} > 1500
BuildRequires: %{python_module mysqlclient}
%endif
BuildRequires: %{python_module psycopg2}
%endif
%python_subpackages