1
0

Change macro to %{?sle15allpythons} so we build both Python 3.6

and Python 3.11 on SLE-15.
This commit is contained in:
Matej Cepl 2025-02-19 11:58:13 +01:00
parent 1e9ea663b8
commit c2b93f1173
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 19 10:52:49 UTC 2025 - Matej Cepl <mcepl@suse.com>
- Change macro to %{?sle15allpythons} so we build both Python 3.6
and Python 3.11 on SLE-15.
-------------------------------------------------------------------
Tue Feb 18 07:24:17 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@ -17,7 +17,7 @@
%define oldpython python
%{?sle15_python_module_pythons}
%{?sle15allpythons}
Name: python-M2Crypto
Version: 0.44.0
Release: 0
@ -33,8 +33,6 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing}
BuildRequires: %{python_module wheel}
# For debugging
BuildRequires: %{python_module readline}
BuildRequires: fdupes
BuildRequires: openssl
BuildRequires: openssl-devel