!9 去除构建依赖python3-keyring

From: @tong_1001
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-07-27 02:49:25 +00:00 committed by Gitee
commit 75b7646a43

View File

@ -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