forked from pool/python313
Accepting request 1253127 from devel:LoongArch:Factory
- don't require rpm-build-python for base to fix bootstrap issue after primary_python change - replace rpm-build-python alias with python-rpm-packaging package name OBS-URL: https://build.opensuse.org/request/show/1253127 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=85
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 08:39:01 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- don't require rpm-build-python for base to fix bootstrap issue
|
||||
after primary_python change
|
||||
- replace rpm-build-python alias with python-rpm-packaging package name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 15:44:31 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
|
||||
@@ -238,8 +238,10 @@ BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
#!BuildIgnore: gdk-pixbuf-loader-rsvg
|
||||
%if 0%{?suse_version} >= 1550
|
||||
# The provider for python(abi) is in rpm-build-python
|
||||
BuildRequires: rpm-build-python
|
||||
# The provider for python(abi) is in python-rpm-packaging
|
||||
%if "%{flavor}" != "base"
|
||||
BuildRequires: python-rpm-packaging
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599
|
||||
BuildRequires: pkgconfig(libnsl)
|
||||
|
||||
Reference in New Issue
Block a user