We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d982d0 commit e0af09bCopy full SHA for e0af09b
1 file changed
python3.14.spec
@@ -1393,6 +1393,11 @@ for file in %{buildroot}%{pylibdir}/pydoc_data/topics.py $(grep --include='*.py'
1393
rm ${directory}/{__pycache__/${module}.cpython-%{pyshortver}.opt-?.pyc,${module}.py}
1394
done
1395
1396
+%if %{without rpmwheels}
1397
+# Inject SBOM into the installed wheels (if the macro is available)
1398
+%{?python_wheel_inject_sbom:%python_wheel_inject_sbom %{buildroot}%{pylibdir}/ensurepip/_bundled/*.whl}
1399
+%endif
1400
+
1401
# ======================================================
1402
# Checks for packaging issues
1403
0 commit comments