SHA256
1
0
forked from pool/python38

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
This commit is contained in:
Matej Cepl 2021-10-12 19:01:27 +00:00 committed by Git OBS Bridge
parent 708a7675a4
commit 3a1f3da6b5
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 12 12:22:53 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <qydwhotmail@gmail.com> Tue Aug 31 01:18:08 UTC 2021 - Fusion Future <qydwhotmail@gmail.com>

View File

@ -168,6 +168,8 @@ BuildRequires: lzma-devel
BuildRequires: netcfg BuildRequires: netcfg
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
# The provider for python(abi) is in rpm-build-python
BuildRequires: rpm-build-python
BuildRequires: xz BuildRequires: xz
BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(expat)