Remove incorrect provision of python-wheel
This commit is contained in:
parent
63c65e0ea6
commit
47dc19e8a3
@ -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: 18.0
|
||||
Release: 11
|
||||
Release: 12
|
||||
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
|
||||
@ -27,8 +27,6 @@ Summary: %{summary}
|
||||
BuildRequires: python2-devel python2-setuptools ca-certificates
|
||||
Requires: python2-setuptools ca-certificates
|
||||
BuildRequires: python2-pip python2-wheel
|
||||
Provides: %{name}-wheel = %{version}-%{release}
|
||||
Obsoletes: %{name}-wheel < %{version}-%{release}
|
||||
%{?python_provide:%python_provide python2-%{srcname}}
|
||||
%description -n python2-%{srcname} %{_description}
|
||||
%endif
|
||||
@ -38,8 +36,6 @@ Summary: %{summary}
|
||||
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools bash-completion ca-certificates
|
||||
Requires: python%{python3_pkgversion}-setuptools ca-certificates
|
||||
BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-wheel
|
||||
Provides: %{name}-wheel = %{version}-%{release}
|
||||
Obsoletes: %{name}-wheel < %{version}-%{release}
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
||||
%description -n python%{python3_pkgversion}-%{srcname} %{_description}
|
||||
|
||||
@ -148,6 +144,12 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir}
|
||||
%{python_wheeldir}/%{python_wheelname}
|
||||
|
||||
%changelog
|
||||
* Thu Feb 20 2020 chengquan3<chengquan3@huawei.com> - 18.0-12
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC: Remove incorrect provision of python-wheel
|
||||
|
||||
* Sat Nov 16 2019 huzhiyu <huzhiyu1@huawei.com> - 18.0-11
|
||||
- fix ca-certificate bad requires
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user