Explicitly require the "basic" Python RPM macros
Related: rhbz#1950291
This commit is contained in:
parent
d74e61b485
commit
cbbb515b42
@ -52,6 +52,11 @@ BuildRequires: python3dist(tox-current-env) >= 0.0.6
|
|||||||
BuildRequires: python3dist(wheel)
|
BuildRequires: python3dist(wheel)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# We build on top of those:
|
||||||
|
Requires: python-rpm-macros
|
||||||
|
Requires: python-srpm-macros
|
||||||
|
Requires: python3-rpm-macros
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
These macros allow projects that follow the Python packaging specifications
|
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
|
- Escape weird paths generated by %%pyproject_save_files
|
||||||
- Support x.* versions in %%pyproject_buildrequires
|
- Support x.* versions in %%pyproject_buildrequires
|
||||||
- %%pyproject_buildrequires fallbacks to setuptools only if setup.py exists
|
- %%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
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user