diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index a80f814..690623e 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 19 10:52:49 UTC 2025 - Matej Cepl + +- 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 diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 2099d61..0e16290 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -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