From d20713de62c5902a7d33b0eb11088480d2a66246 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Thu, 21 Jan 2021 15:16:52 +0800 Subject: [PATCH] add buildrequires python3-pip --- python-reno.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-reno.spec b/python-reno.spec index 3929319..c3434cf 100755 --- a/python-reno.spec +++ b/python-reno.spec @@ -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.