!3 Change spec: Add BuildRequires for python-oslo.versionedobjects

From: @zhangy1317
Reviewed-by: @joec88
Signed-off-by: @joec88
This commit is contained in:
openeuler-ci-bot 2021-01-22 17:06:33 +08:00 committed by Gitee
commit 479e7f5af5

View File

@ -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 <zhangy1317@foxmail.com>
- Add BuildRequires python3-pip
* Tue Jan 12 2021 zhangy <zhangy1317@foxmail.com> 2021.1.12
- Update to 2021.1.12