From: Yousong Zhou Date: Tue, 13 Feb 2018 07:51:01 +0000 (+0800) Subject: openvswitch: python: remove openvswitch as a dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5b56acae21340070c6b5b0d7be12c961e452648f;p=openwrt-packages.git openvswitch: python: remove openvswitch as a dependency The python library is a standalone unit. Remove dependency on PACKAGE_openvswitch to allow users to use it with maybe remote openvswitch services. Signed-off-by: Yousong Zhou --- diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 8887a5619..65f1237bc 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -102,7 +102,7 @@ endef define Package/openvswitch-python $(call Package/openvswitch/Default) TITLE:=Open vSwitch Python Support - DEPENDS:=+openvswitch +PACKAGE_openvswitch-python:python +PACKAGE_openvswitch-python:python-six + DEPENDS:=+PACKAGE_openvswitch-python:python +PACKAGE_openvswitch-python:python-six endef define Package/openvswitch-python/description