SHA256
1
0
forked from pool/python310

Accepting request 931817 from devel:languages:python:Factory

- Move rpm-build-python construct to correct place.

OBS-URL: https://build.opensuse.org/request/show/931817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python310?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2021-11-17 00:14:24 +00:00 committed by Git OBS Bridge
commit e684ee704a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 16 16:03:43 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Move rpm-build-python construct to correct place.
-------------------------------------------------------------------
Wed Oct 13 08:52:47 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -153,6 +153,10 @@ BuildRequires: lzma-devel
BuildRequires: netcfg
BuildRequires: openssl-devel
BuildRequires: pkgconfig
%if 0%{?suse_version} >= 1550
# The provider for python(abi) is in rpm-build-python
BuildRequires: rpm-build-python
%endif
BuildRequires: xz
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(expat)