!13 【轻量级 PR】:Drop extra requires

From: @huangtianhua
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-11-09 11:00:12 +00:00 committed by Gitee
commit 786a99a222

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-consul
Version: 1.1.0
Release: 1
Release: 2
Summary: Python client for Consul (http://www.consul.io/)
License: MIT
URL: https://github.com/cablehead/python-consul
@ -22,17 +22,13 @@ BuildRequires: python3-wheel
# General requires
BuildRequires: python3-requests
BuildRequires: python3-six
#BuildRequires: python3-aiohttp
BuildRequires: python3-tornado
BuildRequires: python3-twisted
#BuildRequires: python3-treq
# General requires
Requires: python3-requests
Requires: python3-six
#Requires: python3-aiohttp
Requires: python3-tornado
Requires: python3-twisted
#Requires: python3-treq
%description -n python3-consul
Python client for Consul (http://www.consul.io/).
@ -89,5 +85,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Package Spec generate