diff --git a/python39.changes b/python39.changes index 9edb8b3..c141a30 100644 --- a/python39.changes +++ b/python39.changes @@ -87,6 +87,12 @@ Wed Nov 17 09:49:22 UTC 2021 - Steve Kowalik + bpo-44751: Remove crypt.h include from the public Python.h header. - Drop patch incorrect-deprecation-warn-asyncio.patch, fix included. +------------------------------------------------------------------- +Sat Nov 6 13:45:01 UTC 2021 - Matej Cepl + +- rpm-build-python dependency is available on the current + Factory, not with SLE. + ------------------------------------------------------------------- Sat Oct 30 12:37:34 UTC 2021 - Matej Cepl diff --git a/python39.spec b/python39.spec index 97d2b28..2a098e5 100644 --- a/python39.spec +++ b/python39.spec @@ -159,8 +159,10 @@ BuildRequires: lzma-devel BuildRequires: netcfg BuildRequires: openssl-devel BuildRequires: pkgconfig +%if 0%{?suse_version} >= 1550 # The provider for python(abi) is in rpm-build-python BuildRequires: rpm-build-python +%endif BuildRequires: xz BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(expat)