remove useless BuildRequires

This commit is contained in:
shixuantong 2021-07-27 10:25:14 +08:00
parent a28c1577c4
commit 455d28c078

View File

@ -1,7 +1,7 @@
%bcond_with bootstrap
Name: python-wheel
Version: 0.36.2
Release: 1
Release: 2
Epoch: 1
Summary: Built-package format for Python
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
BuildRequires: python3-devel python3-setuptools
%if %{without bootstrap}
BuildRequires: python3-pytest python3-pyxdg python3-keyring
BuildRequires: python3-pytest python3-pyxdg
%endif
%{?python_provide:%python_provide python3-wheel}
@ -79,6 +79,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build
%endif
%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
- upgrade version to 0.36.2