add buildrequires python3-pip

This commit is contained in:
zhangy1317 2021-01-21 15:16:52 +08:00
parent e5b407ca0f
commit d20713de62

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-reno
Version: 3.2.0
Release: 1
Release: 2
Summary: RElease NOtes manager
License: Apache Software License
URL: https://docs.openstack.org/reno/latest/
@ -33,6 +33,8 @@ Summary: RElease NOtes manager
Provides: python-reno
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-reno
Reno is a release notes manager for storing
release notes in a git repository and then building documentation from them.