Drop extra requires

This commit is contained in:
huangtianhua 2021-11-09 10:38:34 +00:00 committed by Gitee
parent 18511fb1e4
commit bb6ba16508

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-consul Name: python-consul
Version: 1.1.0 Version: 1.1.0
Release: 1 Release: 2
Summary: Python client for Consul (http://www.consul.io/) Summary: Python client for Consul (http://www.consul.io/)
License: MIT License: MIT
URL: https://github.com/cablehead/python-consul URL: https://github.com/cablehead/python-consul
@ -22,17 +22,13 @@ BuildRequires: python3-wheel
# General requires # General requires
BuildRequires: python3-requests BuildRequires: python3-requests
BuildRequires: python3-six BuildRequires: python3-six
#BuildRequires: python3-aiohttp
BuildRequires: python3-tornado BuildRequires: python3-tornado
BuildRequires: python3-twisted
#BuildRequires: python3-treq #BuildRequires: python3-treq
# General requires # General requires
Requires: python3-requests Requires: python3-requests
Requires: python3-six Requires: python3-six
#Requires: python3-aiohttp
Requires: python3-tornado Requires: python3-tornado
Requires: python3-twisted
#Requires: python3-treq
%description -n python3-consul %description -n python3-consul
Python client for Consul (http://www.consul.io/). Python client for Consul (http://www.consul.io/).
@ -89,5 +85,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Nov 09 2021 huangtianhua <huangtianhua@huawei.com> - 1.1.0-2
- Drop extra requires
* Tue Jul 27 2021 OpenStack_SIG <openstack@openeuler.org> - 1.1.0-1 * Tue Jul 27 2021 OpenStack_SIG <openstack@openeuler.org> - 1.1.0-1
- Package Spec generate - Package Spec generate