From 48a8eccbb01d4fe13bba55b5655b4400e86f2eba Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 16 Jul 2021 09:49:45 +0000 Subject: [PATCH] Require pyproject-rpm-macros from python3-devel Part of the new Python packaging guidelines change: - https://fedoraproject.org/wiki/Changes/PythonPackagingGuidelines202x - https://bugzilla.redhat.com/show_bug.cgi?id=1977883 --- python3.10.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python3.10.spec b/python3.10.spec index 3528710..c43b002 100644 --- a/python3.10.spec +++ b/python3.10.spec @@ -453,6 +453,7 @@ Requires: %{pkgname}-libs%{?_isa} = %{version}-%{release} # But we want them when packages BuildRequire python3-devel Requires: (python-rpm-macros if rpm-build) Requires: (python3-rpm-macros if rpm-build) +Requires: (pyproject-rpm-macros if rpm-build) # Python developers are very likely to need pip Recommends: %{pkgname}-pip @@ -1584,6 +1585,7 @@ CheckPython optimized %changelog * Fri Jul 16 2021 Petr Viktorin - 3.10.0~b4-2 - Provide python3-turtle from python3-tkinter +- Require pyproject-rpm-macros from python3-devel * Sun Jul 11 2021 Miro HronĨok - 3.10.0~b4-1 - Update to 3.10.0b4