Add BuildRequires
This commit is contained in:
parent
424f5b2708
commit
e1a3090d48
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-oslo-context
|
Name: python-oslo-context
|
||||||
Version: 3.1.1
|
Version: 3.1.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Oslo Context library
|
Summary: Oslo Context library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://opendev.org/openstack/oslo.context
|
URL: https://opendev.org/openstack/oslo.context
|
||||||
@ -20,6 +20,8 @@ Summary: Oslo Context library
|
|||||||
Provides: python-oslo-context
|
Provides: python-oslo-context
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-pbr
|
||||||
%description -n python3-oslo-context
|
%description -n python3-oslo-context
|
||||||
OpenStack Context library
|
OpenStack Context library
|
||||||
|
|
||||||
@ -72,5 +74,7 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 29 2021 zhangy <zhangy1317@foxmail.com>
|
||||||
|
- Add buildrequires
|
||||||
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
|
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user