remove useless BuildRequires
This commit is contained in:
parent
a28c1577c4
commit
455d28c078
@ -1,7 +1,7 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
Name: python-wheel
|
Name: python-wheel
|
||||||
Version: 0.36.2
|
Version: 0.36.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Built-package format for Python
|
Summary: Built-package format for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -19,7 +19,7 @@ compatible install in a way that is very close to the on-disk format.
|
|||||||
Summary: Built-package format for Python
|
Summary: Built-package format for Python
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel python3-setuptools
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
BuildRequires: python3-pytest python3-pyxdg python3-keyring
|
BuildRequires: python3-pytest python3-pyxdg
|
||||||
%endif
|
%endif
|
||||||
%{?python_provide:%python_provide python3-wheel}
|
%{?python_provide:%python_provide python3-wheel}
|
||||||
|
|
||||||
@ -79,6 +79,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 27 2021 shixuantong<shixuantong@huawei.com> - 0.36.2-2
|
||||||
|
- remove useless BuildRequires
|
||||||
|
|
||||||
* Wed Feb 03 2021 shixuantong<shixuantong@huawei.com> - 0.36.2-1
|
* Wed Feb 03 2021 shixuantong<shixuantong@huawei.com> - 0.36.2-1
|
||||||
- upgrade version to 0.36.2
|
- upgrade version to 0.36.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user