1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 15:48:40 +02:00

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 <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2018-02-13 15:51:01 +08:00
parent c8ed010772
commit 5b56acae21

View File

@ -102,7 +102,7 @@ endef
define Package/openvswitch-python define Package/openvswitch-python
$(call Package/openvswitch/Default) $(call Package/openvswitch/Default)
TITLE:=Open vSwitch Python Support 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 endef
define Package/openvswitch-python/description define Package/openvswitch-python/description