Remove bundled windows executables
Resolves: rhbz#2005453
This commit is contained in:
parent
8b7935f5a8
commit
05b44649bb
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: %{base_version}%{?prerel:~%{prerel}}
|
Version: %{base_version}%{?prerel:~%{prerel}}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A tool for installing and managing Python packages
|
Summary: A tool for installing and managing Python packages
|
||||||
|
|
||||||
# We bundle a lot of libraries with pip, which itself is under MIT license.
|
# We bundle a lot of libraries with pip, which itself is under MIT license.
|
||||||
@ -263,6 +263,9 @@ ln -s %{python_wheeldir} tests/data/common_wheels
|
|||||||
# Remove shebang from files in bundled chardet
|
# Remove shebang from files in bundled chardet
|
||||||
grep -lr "^#\!/usr/bin/env python" src/pip/_vendor/chardet/ | xargs sed -i "1d"
|
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
|
%build
|
||||||
%py3_build_wheel
|
%py3_build_wheel
|
||||||
@ -398,6 +401,10 @@ pytest_k='not completion and
|
|||||||
%{python_wheeldir}/%{python_wheelname}
|
%{python_wheeldir}/%{python_wheelname}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 06 2021 Charalampos Stratakis <cstratak@redhat.com> - 21.2.3-4
|
||||||
|
- Remove bundled windows executables
|
||||||
|
- Resolves: rhbz#2005453
|
||||||
|
|
||||||
* Thu Sep 23 2021 Miro Hrončok <mhroncok@redhat.com> - 21.2.3-3
|
* Thu Sep 23 2021 Miro Hrončok <mhroncok@redhat.com> - 21.2.3-3
|
||||||
- Detect paths not to uninstall from via sysconfig's rpm_prefix install scheme
|
- Detect paths not to uninstall from via sysconfig's rpm_prefix install scheme
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user