From b1b3e243f1db0361caae83289cae726a755d00cd Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 30 Jan 2023 15:27:01 +0100 Subject: [PATCH] Add BuildRequires on python3.11-rpm-macros Resolves: rhbz#2157712 --- python3.11-pip.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python3.11-pip.spec b/python3.11-pip.spec index 1b78d94..3e26c6f 100644 --- a/python3.11-pip.spec +++ b/python3.11-pip.spec @@ -12,7 +12,7 @@ Name: python%{python3_pkgversion}-%{srcname} Version: %{base_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -141,6 +141,7 @@ Recommends: (libcrypt.so.1 if python%{1}(x86-32)) } BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-rpm-macros # python3 bootstrap: this is rebuilt before the final build of python3, which # adds the dependency on python3-rpm-generators, so we require it manually # Note that the package prefix is always python3-, even if we build for 3.X @@ -327,6 +328,9 @@ pytest_k='not completion' %{python_wheel_dir}/%{python_wheel_name} %changelog +* Mon Jan 30 2023 Charalampos Stratakis - 22.3.1-2 +- Add BuildRequires on python3.11-rpm-macros + * Wed Aug 03 2022 Charalampos Stratakis - 22.3.1-1 - Initial package - Fedora contributions by: