From 3a1f3da6b59dd720435b99dfaf5c2079433f959e193a7da1fd51dae373ffa0cd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Oct 2021 19:01:27 +0000 Subject: [PATCH] Accepting request 924860 from home:dimstar:Factory - 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. OBS-URL: https://build.opensuse.org/request/show/924860 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=81 --- python38.changes | 9 +++++++++ python38.spec | 2 ++ 2 files changed, 11 insertions(+) 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)