add buildrequires

This commit is contained in:
zhangy1317 2021-01-22 16:44:42 +08:00
parent c0bf440d2f
commit 10a875a7e2

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