From 84a0c69468e9b55ef0167ed84f5dc170dfdcb84f Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Sat, 30 Jan 2021 15:17:02 +0800 Subject: [PATCH] Add BuildRequires --- python-os-testr.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-os-testr.spec b/python-os-testr.spec index 39ac650..0371111 100755 --- a/python-os-testr.spec +++ b/python-os-testr.spec @@ -4,9 +4,9 @@ ostestr is a testr wrapper that uses subunit-trace for output and builds \ some helpful extra functionality around testr. Name: python-os-testr Version: 2.0.0 -Release: 2 +Release: 3 Summary: A testr wrapper to provide functionality for OpenStack projects -License: Apache Software License +License: Apache-2.0 URL: https://docs.openstack.org/os-testr/latest/ Source0: https://files.pythonhosted.org/packages/ba/32/d57cba22c9e8f1a8783ee2691580faf4fd4505222bac30140a9bec229467/os-testr-2.0.0.tar.gz BuildArch: noarch @@ -27,6 +27,8 @@ Summary: A testr wrapper to provide functionality for OpenStack projects Provides: python-os-testr BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-os-testr @@ -78,5 +80,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Jan 30 2021 zhangy +- Add buildrequires * Thu Nov 19 2020 Python_Bot - Package Spec generated -- Gitee