forked from pool/python-python3-openid
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:
@@ -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>
|
Sun Jun 25 08:27:11 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15allpythons}
|
||||||
# tests are partly broken
|
# tests are partly broken
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
Name: python-python3-openid
|
Name: python-python3-openid
|
||||||
@@ -35,7 +35,10 @@ BuildArch: noarch
|
|||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module Django}
|
BuildRequires: %{python_module Django}
|
||||||
BuildRequires: %{python_module defusedxml}
|
BuildRequires: %{python_module defusedxml}
|
||||||
|
BuildRequires: %{python_module dbm}
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
BuildRequires: %{python_module mysqlclient}
|
BuildRequires: %{python_module mysqlclient}
|
||||||
|
%endif
|
||||||
BuildRequires: %{python_module psycopg2}
|
BuildRequires: %{python_module psycopg2}
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Reference in New Issue
Block a user