diff --git a/python-os-testr.spec b/python-os-testr.spec index 39ac650d003f414328295b36c40682b8aec96d74..03711117256cf3d3b1811638fee8ac47629be5ec 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