Never provide pip if this is not the build for the main Python

[skip changelog]
This commit is contained in:
Miro Hrončok 2026-05-19 18:46:29 +02:00 committed by churchyard
commit c8ed4920c4

View file

@ -170,7 +170,9 @@ Requires: ca-certificates
# Virtual provides for the packages bundled by pip:
%{bundled %{python3_pkgversion}}
%if "%{python3_pkgversion}" == "3"
Provides: pip = %{version}-%{release}
%endif
%description -n python%{python3_pkgversion}-%{srcname}
pip is a package management system used to install and manage software packages