From cbbb515b4200c782f68363ab98baaa74988d8a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 17 Jul 2021 13:05:33 +0000 Subject: [PATCH] Explicitly require the "basic" Python RPM macros Related: rhbz#1950291 --- pyproject-rpm-macros.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject-rpm-macros.spec b/pyproject-rpm-macros.spec index 29b987c..b79dbcb 100644 --- a/pyproject-rpm-macros.spec +++ b/pyproject-rpm-macros.spec @@ -52,6 +52,11 @@ BuildRequires: python3dist(tox-current-env) >= 0.0.6 BuildRequires: python3dist(wheel) %endif +# We build on top of those: +Requires: python-rpm-macros +Requires: python-srpm-macros +Requires: python3-rpm-macros + %description These macros allow projects that follow the Python packaging specifications @@ -114,6 +119,7 @@ export HOSTNAME="rpmbuild" # to speedup tox in network-less mock, see rhbz#1856 - Escape weird paths generated by %%pyproject_save_files - Support x.* versions in %%pyproject_buildrequires - %%pyproject_buildrequires fallbacks to setuptools only if setup.py exists +- Explicitly require the "basic" Python RPM macros - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688