Add BuildRequires

This commit is contained in:
zhangy1317 2021-01-30 15:17:02 +08:00
parent a8d440a4c6
commit 84a0c69468

View File

@ -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 <zhangy1317@foxmail.com>
- Add buildrequires
* Thu Nov 19 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated