python-pip-wheel: Remove bundled provides and libcrypt recommends for Python 2
The wheel is Python 3 only for a while.
This commit is contained in:
parent
e8f3551533
commit
b476c02485
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: %{base_version}%{?prerel:~%{prerel}}
|
Version: %{base_version}%{?prerel:~%{prerel}}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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.
|
||||||
@ -236,10 +236,8 @@ Summary: The pip wheel
|
|||||||
Requires: ca-certificates
|
Requires: ca-certificates
|
||||||
|
|
||||||
# Virtual provides for the packages bundled by pip:
|
# Virtual provides for the packages bundled by pip:
|
||||||
%{bundled 2}
|
|
||||||
%{bundled 3}
|
%{bundled 3}
|
||||||
|
|
||||||
%{crypt_compat_recommends 2}
|
|
||||||
%{crypt_compat_recommends 3}
|
%{crypt_compat_recommends 3}
|
||||||
|
|
||||||
%description wheel
|
%description wheel
|
||||||
@ -398,6 +396,10 @@ pytest_k='not completion and
|
|||||||
%{python_wheeldir}/%{python_wheelname}
|
%{python_wheeldir}/%{python_wheelname}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 13 2021 Miro Hrončok <mhroncok@redhat.com> - 21.0.1-2
|
||||||
|
- python-pip-wheel: Remove bundled provides and libcrypt recommends for Python 2
|
||||||
|
(The wheel is Python 3 only for a while)
|
||||||
|
|
||||||
* Wed Feb 17 2021 Lumír Balhar <lbalhar@redhat.com> - 21.0.1-1
|
* Wed Feb 17 2021 Lumír Balhar <lbalhar@redhat.com> - 21.0.1-1
|
||||||
- Update to 21.0.1
|
- Update to 21.0.1
|
||||||
Resolves: rhbz#1922592
|
Resolves: rhbz#1922592
|
||||||
|
Loading…
Reference in New Issue
Block a user