%__python_provides in RHEL's python3-rpm-generators does the same thing,
so this wastes time by running it twice. Additionally, our version is
out of date and packages built against alternative python stacks
incorrectly have python3dist(X) Provides.
Related: https://bugzilla.redhat.com/1776941
Related: d809defd2c
?branch=c8s
epel8
parent
8ba0536651
commit
fe7e34ff91
@ -1,3 +1,2 @@
|
|||||||
%__pythondist_provides %{_rpmconfigdir}/pythondistdeps.py --provides --majorver-provides
|
|
||||||
%__pythondist_requires %{_rpmconfigdir}/pythondistdeps.py --requires
|
%__pythondist_requires %{_rpmconfigdir}/pythondistdeps.py --requires
|
||||||
%__pythondist_path ^/usr/lib(64)?/python[[:digit:]]\\.[[:digit:]]+/site-packages/[^/]+\\.(dist-info|egg-info|egg-link)$
|
%__pythondist_path ^/usr/lib(64)?/python[[:digit:]]\\.[[:digit:]]+/site-packages/[^/]+\\.(dist-info|egg-info|egg-link)$
|
||||||
|
Loading…
Reference in new issue