From c1d6d058058bdd9672198d9f4d090a0d625d26fa Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Fri, 29 Jan 2021 11:04:05 +0800 Subject: [PATCH] Add BuildRequires --- python-gabbi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-gabbi.spec b/python-gabbi.spec index 1592c94..0172705 100644 --- a/python-gabbi.spec +++ b/python-gabbi.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-gabbi Version: 2.1.0 -Release: 1 +Release: 2 Summary: Declarative HTTP testing library License: Apache-2 URL: https://github.com/cdent/gabbi @@ -28,6 +28,8 @@ Summary: Declarative HTTP testing library Provides: python-gabbi BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-gabbi `Release Notes`_ Gabbi is a tool for running HTTP tests where requests and responses @@ -81,5 +83,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jan 29 2021 zhangy +- Add buildrequires * Mon Dec 28 2020 Python_Bot - Package Spec generated -- Gitee