From 48f3651e9bae12c1e77e2412e77a0601dddc0e18 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Thu, 21 Jan 2021 09:39:31 +0800 Subject: [PATCH] add buildrequires python3-pip --- python-os-vif.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-os-vif.spec b/python-os-vif.spec index 004f8d0..c90b872 100644 --- a/python-os-vif.spec +++ b/python-os-vif.spec @@ -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 +- Add BuildRequires python3-pip * Wed Jan 06 2021 Python_Bot - Package Spec generated -- Gitee