diff --git a/python310.changes b/python310.changes index 1c32843..83420fa 100644 --- a/python310.changes +++ b/python310.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 13 08:52:47 UTC 2021 - Dominique Leuenberger + +- BuildRequire rpm-build-python: The provider to inject python(abi) + has been moved there. rpm-build pulls rpm-build-python + automatically in when building anything against python3-base, but + this implies that the initial build of python3-base does not + trigger the automatic installation. + ------------------------------------------------------------------- Tue Oct 5 22:36:51 UTC 2021 - Matej Cepl diff --git a/python310.spec b/python310.spec index 8368f4b..6f47190 100644 --- a/python310.spec +++ b/python310.spec @@ -180,6 +180,8 @@ BuildRequires: gcc-c++ BuildRequires: gdbm-devel BuildRequires: gettext BuildRequires: readline-devel +#The provider for python(abi) is in rpm-build-python +BuildRequires: rpm-build-python BuildRequires: sqlite-devel BuildRequires: timezone BuildRequires: update-desktop-files