From dc5e49f58d9135850a12943a07915b3446f3e3b7553bab154c88d8c9ad5022ec Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 13 Oct 2021 12:04:56 +0000 Subject: [PATCH] Accepting request 925040 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/925040 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=18 --- python310.changes | 9 +++++++++ python310.spec | 2 ++ 2 files changed, 11 insertions(+) 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