add buildrequires python3-pip
This commit is contained in:
parent
8870def116
commit
a2c71a78d6
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-barbicanclient
|
||||
Version: 5.0.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Client Library for OpenStack Barbican Key Management API
|
||||
License: Apache-2.0
|
||||
URL: https://opendev.org/openstack/python-barbicanclient/
|
||||
@ -22,6 +22,8 @@ Summary: Client Library for OpenStack Barbican Key Management API
|
||||
Provides: python-python-barbicanclient
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-pbr
|
||||
%description -n python3-barbicanclient
|
||||
This is a client for the Barbican Key Management API.
|
||||
|
||||
@ -72,5 +74,7 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 21 2021 zhangy1317 <zhangy1317@foxmail.com>
|
||||
- Add BuildRequires python3-pip
|
||||
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user