From f88a17c18079d6a33a8c1249700144ac984baed4 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Thu, 21 Jan 2021 09:43:14 +0800 Subject: [PATCH] add buildrequires python3-pip --- python-ovsdbapp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-ovsdbapp.spec b/python-ovsdbapp.spec index ed5d189..911ddb8 100644 --- a/python-ovsdbapp.spec +++ b/python-ovsdbapp.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ovsdbapp Version: 1.7.0 -Release: 1 +Release: 2 Summary: A library for creating OVSDB applications License: Apache-2.0 URL: https://github.com/openstack/ovsdbapp @@ -21,6 +21,7 @@ Summary: A library for creating OVSDB applications Provides: python-ovsdbapp BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip %description -n python3-ovsdbapp A library for creating OVSDB applications @@ -71,5 +72,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jan 21 2021 zhangy1317 +- Add BuildRequires python3-pip * Thu Dec 31 2020 Python_Bot - Package Spec generated -- Gitee