From 10a875a7e2c419248fa3f4ca4eef3b129dfcaee9 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Fri, 22 Jan 2021 16:44:42 +0800 Subject: [PATCH] add buildrequires --- python-oslo-versionedobjects.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-oslo-versionedobjects.spec b/python-oslo-versionedobjects.spec index 3c013d4..2328dd4 100644 --- a/python-oslo-versionedobjects.spec +++ b/python-oslo-versionedobjects.spec @@ -4,7 +4,7 @@ Name: python-oslo-versionedobjects Version: 2.3.0 -Release: 2%{?dist} +Release: 3 Summary: OpenStack common versionedobjects library Group: Development/Languages License: ASL 2.0 @@ -20,6 +20,7 @@ Summary: OpenStack common versionedobjects library BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr +BuildRequires: python3-pip BuildRequires: git # Required for tests BuildRequires: python3-hacking @@ -151,5 +152,7 @@ python3 setup.py test %license LICENSE %changelog +* Fri Jan 22 2021 zhangy1317 +- Add BuildRequires python3-pip * Tue Jan 12 2021 zhangy 2021.1.12 - Update to 2021.1.12