Explicitly require the "basic" Python RPM macros

Related: rhbz#1950291
This commit is contained in:
Miro Hrončok 2021-07-17 13:05:33 +00:00
parent d74e61b485
commit cbbb515b42
1 changed files with 6 additions and 0 deletions

View File

@ -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