forked from pool/python-M2Crypto
Change macro to %{?sle15allpythons} so we build both Python 3.6
and Python 3.11 on SLE-15.
This commit is contained in:
parent
1e9ea663b8
commit
c2b93f1173
@ -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>
|
Tue Feb 18 07:24:17 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15allpythons}
|
||||||
Name: python-M2Crypto
|
Name: python-M2Crypto
|
||||||
Version: 0.44.0
|
Version: 0.44.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -33,8 +33,6 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module typing}
|
BuildRequires: %{python_module typing}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
# For debugging
|
|
||||||
BuildRequires: %{python_module readline}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: openssl
|
BuildRequires: openssl
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user