add buildrequires python3-pip
This commit is contained in:
parent
49895de6e9
commit
48f3651e9b
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-os-vif
|
Name: python-os-vif
|
||||||
Version: 2.3.0
|
Version: 2.3.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A library for plugging and unplugging virtual interfaces in OpenStack.
|
Summary: A library for plugging and unplugging virtual interfaces in OpenStack.
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/openstack/os-vif
|
URL: https://github.com/openstack/os-vif
|
||||||
@ -23,6 +23,8 @@ Summary: A library for plugging and unplugging virtual interfaces in OpenStack.
|
|||||||
Provides: python-os-vif
|
Provides: python-os-vif
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-pbr
|
||||||
%description -n python3-os-vif
|
%description -n python3-os-vif
|
||||||
A library for plugging and unplugging virtual interfaces in OpenStack.
|
A library for plugging and unplugging virtual interfaces in OpenStack.
|
||||||
|
|
||||||
@ -33,7 +35,7 @@ Provides: python3-os-vif-doc
|
|||||||
A library for plugging and unplugging virtual interfaces in OpenStack.
|
A library for plugging and unplugging virtual interfaces in OpenStack.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n os-vif-2.3.0
|
%autosetup -n os_vif-2.3.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -73,5 +75,7 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 21 2021 zhangy1317 <zhangy1317@foxmail.com>
|
||||||
|
- Add BuildRequires python3-pip
|
||||||
* Wed Jan 06 2021 Python_Bot <Python_Bot@openeuler.org>
|
* Wed Jan 06 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user