- 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/package/show/devel:languages:python:Factory/python?expand=0&rev=317
This commit is contained in:
Matej Cepl 2022-02-18 11:02:04 +00:00 committed by Git OBS Bridge
parent a2b1f34add
commit 9442b9b6ab
4 changed files with 29 additions and 0 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 18 11:00:25 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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.
-------------------------------------------------------------------
Fri Feb 18 10:51:04 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -138,8 +138,10 @@ BuildRequires: libbz2-devel
BuildRequires: libnsl-devel
%endif
BuildRequires: pkg-config
%if 0%{?suse_version} >= 1550
# The provider for python(abi) is in rpm-build-python
BuildRequires: rpm-build-python
%endif
BuildRequires: xz
BuildRequires: zlib-devel
#!BuildIgnore: python

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 18 11:00:25 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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.
-------------------------------------------------------------------
Fri Feb 18 10:51:04 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 18 11:00:25 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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.
-------------------------------------------------------------------
Fri Feb 18 10:51:04 UTC 2022 - Matej Cepl <mcepl@suse.com>