From 08b7be6ecb8fd71fe46ff30d88f12ffe3fce7ec9 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Thu, 3 Jun 2021 16:03:42 +0800 Subject: [PATCH] fix requires:python2-openvswitch --- python-ovsdbapp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ovsdbapp.spec b/python-ovsdbapp.spec index 623cb85..9210caa 100644 --- a/python-ovsdbapp.spec +++ b/python-ovsdbapp.spec @@ -40,7 +40,7 @@ BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-fixtures Requires: python2-netaddr -Requires: python2-ovs +Requires: python2-openvswitch Requires: python2-pbr Requires: python2-six %description -n python2-ovsdbapp -- Gitee