Remove bundled windows executables
Resolves: rhbz#2005453
This commit is contained in:
parent
a715dc7d65
commit
4de8a087c4
1 changed files with 8 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: %{base_version}%{?prerel:~%{prerel}}
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A tool for installing and managing Python packages
|
||||
|
||||
# We bundle a lot of libraries with pip, which itself is under MIT license.
|
||||
|
|
@ -273,6 +273,9 @@ ln -s %{python_wheeldir} tests/data/common_wheels
|
|||
# Remove shebang from files in bundled chardet
|
||||
grep -lr "^#\!/usr/bin/env python" src/pip/_vendor/chardet/ | xargs sed -i "1d"
|
||||
|
||||
# Remove windows executable binaries
|
||||
rm -v src/pip/_vendor/distlib/*.exe
|
||||
sed -i '/\.exe/d' setup.py
|
||||
|
||||
%build
|
||||
%py3_build_wheel
|
||||
|
|
@ -407,6 +410,10 @@ pytest_k='not completion and
|
|||
%{python_wheeldir}/%{python_wheelname}
|
||||
|
||||
%changelog
|
||||
* Wed Oct 06 2021 Charalampos Stratakis <cstratak@redhat.com> - 21.0.1-4
|
||||
- Remove bundled windows executables
|
||||
- Resolves: rhbz#2005453
|
||||
|
||||
* Mon May 17 2021 Karolina Surma <ksurma@redhat.com> - 21.0.1-3
|
||||
- Backport security fixes from pip 21.1.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue