!2 Change spec: Add BuildRequires for python-gabbi

From: @zhangy1317
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-01-29 13:16:17 +08:00 committed by Gitee
commit 2f9e3fa061

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-gabbi Name: python-gabbi
Version: 2.1.0 Version: 2.1.0
Release: 1 Release: 2
Summary: Declarative HTTP testing library Summary: Declarative HTTP testing library
License: Apache-2 License: Apache-2
URL: https://github.com/cdent/gabbi URL: https://github.com/cdent/gabbi
@ -28,6 +28,8 @@ Summary: Declarative HTTP testing library
Provides: python-gabbi Provides: python-gabbi
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-gabbi %description -n python3-gabbi
`Release Notes`_ `Release Notes`_
Gabbi is a tool for running HTTP tests where requests and responses Gabbi is a tool for running HTTP tests where requests and responses
@ -81,5 +83,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jan 29 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Mon Dec 28 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Dec 28 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated