From 6acb129abe39b17df3dfb3a044e1049a36ec5b5a Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Mon, 25 Jan 2021 11:25:37 +0800 Subject: [PATCH] add buildrequires --- python-cursive.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-cursive.spec b/python-cursive.spec index 59bc7c5..5350776 100644 --- a/python-cursive.spec +++ b/python-cursive.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cursive Version: 0.2.2 -Release: 1 +Release: 2 Summary: Cursive implements OpenStack-specific validation of digital signatures. License: Apache Software License URL: http://www.openstack.org/ @@ -20,6 +20,8 @@ Summary: Cursive implements OpenStack-specific validation of digital signatures. Provides: python-cursive BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pbr +BuildRequires: python3-pip %description -n python3-cursive @@ -70,5 +72,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jan 25 2021 zhangy1317 +- Add BuildRequires python3-pip and python3-pbr * Mon Nov 23 2020 Python_Bot - Package Spec generated -- Gitee