From e1a3090d485affaf98f4a9b5b9d551e72cf557f7 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Fri, 29 Jan 2021 18:18:58 +0800 Subject: [PATCH] Add BuildRequires --- python-oslo.context.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-oslo.context.spec b/python-oslo.context.spec index a62cb7f..5462167 100644 --- a/python-oslo.context.spec +++ b/python-oslo.context.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-oslo-context Version: 3.1.1 -Release: 1 +Release: 2 Summary: Oslo Context library License: Apache-2.0 URL: https://opendev.org/openstack/oslo.context @@ -20,6 +20,8 @@ Summary: Oslo Context library Provides: python-oslo-context BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-oslo-context OpenStack Context library @@ -72,5 +74,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jan 29 2021 zhangy +- Add buildrequires * Fri Jan 08 2021 Python_Bot - Package Spec generated