Verify the bundled setuptools provides are correct
(cherry picked from Fedora commit e6a47de8e840926ad08dabeb9928c0a6ecc90cac)
This commit is contained in:
parent
b07bdd6688
commit
5b2f7188f1
@ -728,6 +728,7 @@ The debug runtime additionally supports debug builds of C-API extensions
|
|||||||
if [ -f %{_rpmconfigdir}/pythonbundles.py ]; then
|
if [ -f %{_rpmconfigdir}/pythonbundles.py ]; then
|
||||||
%{_rpmconfigdir}/pythonbundles.py <(unzip -p Lib/ensurepip/_bundled/pip-*.whl pip/_vendor/vendor.txt) --compare-with '%pip_bundled_provides'
|
%{_rpmconfigdir}/pythonbundles.py <(unzip -p Lib/ensurepip/_bundled/pip-*.whl pip/_vendor/vendor.txt) --compare-with '%pip_bundled_provides'
|
||||||
%{_rpmconfigdir}/pythonbundles.py <(unzip -p Lib/test/wheeldata/wheel-*.whl wheel/vendored/vendor.txt) --compare-with '%wheel_bundled_provides'
|
%{_rpmconfigdir}/pythonbundles.py <(unzip -p Lib/test/wheeldata/wheel-*.whl wheel/vendored/vendor.txt) --compare-with '%wheel_bundled_provides'
|
||||||
|
%{_rpmconfigdir}/pythonbundles.py <(unzip -l Lib/test/wheeldata/setuptools-*.whl | grep -E '_vendor/.+dist-info/RECORD' | sed -E 's@^.*/([^-]+)-([^-]+)\.dist-info/.*$@\1==\2@') --compare-with '%setuptools_bundled_provides'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%if %{with rpmwheels}
|
%if %{with rpmwheels}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user