remove python3-pip from BuildRequires
This commit is contained in:
parent
f76438e601
commit
6ac25e90c4
@ -6,7 +6,7 @@ pip is the package installer for Python. You can use pip to install packages fro
|
|||||||
%global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d})
|
%global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d})
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 20.3.3
|
Version: 20.3.3
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A tool for installing and managing Python packages
|
Summary: A tool for installing and managing Python packages
|
||||||
License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
|
License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
|
||||||
URL: http://www.pip-installer.org
|
URL: http://www.pip-installer.org
|
||||||
@ -26,7 +26,7 @@ Source10: pip-allow-older-versions.patch
|
|||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools bash-completion ca-certificates
|
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools bash-completion ca-certificates
|
||||||
Requires: python%{python3_pkgversion}-setuptools ca-certificates
|
Requires: python%{python3_pkgversion}-setuptools ca-certificates
|
||||||
BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-wheel
|
BuildRequires: python%{python3_pkgversion}-wheel
|
||||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
||||||
%description -n python%{python3_pkgversion}-%{srcname} %{_description}
|
%description -n python%{python3_pkgversion}-%{srcname} %{_description}
|
||||||
|
|
||||||
@ -119,6 +119,9 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir}
|
|||||||
%{python_wheeldir}/%{python_wheelname}
|
%{python_wheeldir}/%{python_wheelname}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 26 2021 shixuantong<shixuantong@huawei.com> - 20.3.3-5
|
||||||
|
- remove python3-pip from BuildRequires
|
||||||
|
|
||||||
* Sat Aug 23 2021 shixuantong<shixuantong@huawei.com> - 20.3.3-4
|
* Sat Aug 23 2021 shixuantong<shixuantong@huawei.com> - 20.3.3-4
|
||||||
- delete bounded certificate
|
- delete bounded certificate
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user