From c3161aefe4901b8ecc6cfe34ecf3605a1558483b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 17 Jul 2021 15:05:33 +0200 Subject: [PATCH] Explicitly require the "basic" Python RPM macros --- pyproject-rpm-macros.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject-rpm-macros.spec b/pyproject-rpm-macros.spec index 7c2b283..1e5e1d1 100644 --- a/pyproject-rpm-macros.spec +++ b/pyproject-rpm-macros.spec @@ -46,6 +46,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 @@ -111,6 +116,7 @@ export HOSTNAME="rpmbuild" # to speedup tox in network-less mock, see rhbz#1856 - Fixes rhbz#1981558 - %%pyproject_buildrequires fallbacks to setuptools only if setup.py exists - Fixes: rhbz#1976459 +- Explicitly require the "basic" Python RPM macros * Thu Jul 01 2021 Tomas Hrnciar - 0-43 - Generate BuildRequires from file