diff --git a/python310.changes b/python310.changes index 83420fa..00fa200 100644 --- a/python310.changes +++ b/python310.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 16 16:03:43 UTC 2021 - Matej Cepl + +- Move rpm-build-python construct to correct place. + ------------------------------------------------------------------- Wed Oct 13 08:52:47 UTC 2021 - Dominique Leuenberger diff --git a/python310.spec b/python310.spec index 6f47190..587fde4 100644 --- a/python310.spec +++ b/python310.spec @@ -153,6 +153,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)