add buildrequires python3-pip

This commit is contained in:
zhangy1317 2021-01-21 09:39:31 +08:00
parent 49895de6e9
commit 48f3651e9b

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-os-vif
Version: 2.3.0
Release: 1
Release: 2
Summary: A library for plugging and unplugging virtual interfaces in OpenStack.
License: Apache-2.0
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
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-os-vif
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.
%prep
%autosetup -n os-vif-2.3.0
%autosetup -n os_vif-2.3.0
%build
%py3_build
@ -73,5 +75,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jan 21 2021 zhangy1317 <zhangy1317@foxmail.com>
- Add BuildRequires python3-pip
* Wed Jan 06 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated