From 11913f82e74f0276c07786b523b242adf7f24f03 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Sat, 30 Jan 2021 14:52:43 +0800 Subject: [PATCH] Add BuildRequires --- python-oslo.privsep.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-oslo.privsep.spec b/python-oslo.privsep.spec index 51844c5..4aa1274 100644 --- a/python-oslo.privsep.spec +++ b/python-oslo.privsep.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-oslo-privsep Version: 2.4.0 -Release: 1 +Release: 2 Summary: OpenStack library for privilege separation License: Apache-2.0 URL: https://opendev.org/openstack/oslo.privsep @@ -22,6 +22,8 @@ Summary: OpenStack library for privilege separation Provides: python-oslo-privsep BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-oslo-privsep OpenStack library for privilege separation @@ -74,5 +76,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Jan 30 2021 zhangy +- Add buildrequires * Fri Jan 08 2021 Python_Bot - Package Spec generated -- Gitee