diff --git a/python38.changes b/python38.changes index 2274f17..d6a3402 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 12 12:22:53 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 Aug 31 01:18:08 UTC 2021 - Fusion Future diff --git a/python38.spec b/python38.spec index 19914db..fa921ef 100644 --- a/python38.spec +++ b/python38.spec @@ -168,6 +168,8 @@ BuildRequires: lzma-devel BuildRequires: netcfg BuildRequires: openssl-devel BuildRequires: pkgconfig +# The provider for python(abi) is in rpm-build-python +BuildRequires: rpm-build-python BuildRequires: xz BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(expat)