!110 [sync] PR-107: delete bounded certificate
From: @openeuler-sync-bot Reviewed-by: @openeuler-basic Signed-off-by: @openeuler-basic
This commit is contained in:
commit
020c6f34f2
@ -7,7 +7,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})
|
||||
Name: python-%{srcname}
|
||||
Version: 20.2.2
|
||||
Release: 3
|
||||
Release: 4
|
||||
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)
|
||||
URL: http://www.pip-installer.org
|
||||
@ -53,6 +53,10 @@ A Python wheel of pip to use with venv
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version} -p1
|
||||
|
||||
# this goes together with Patch6000
|
||||
rm src/pip/_vendor/certifi/*.pem
|
||||
sed -i '/\.pem$/d' src/pip.egg-info/SOURCES.txt
|
||||
|
||||
%build
|
||||
%if %{with python2}
|
||||
%py2_build
|
||||
@ -151,6 +155,9 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir}
|
||||
%{python_wheeldir}/%{python_wheelname}
|
||||
|
||||
%changelog
|
||||
* Sat Aug 23 2021 shixuantong<shixuantong@huawei.com> - 20.2.2-4
|
||||
- delete bounded certificate
|
||||
|
||||
* Thu Aug 19 2021 shixuantong<shixuantong@huawei.com> - 20.2.2-3
|
||||
- update dummy-certifi.patch
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user