diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-02-13 15:51:01 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-03-06 00:29:53 +0800 |
commit | 5b56acae21340070c6b5b0d7be12c961e452648f (patch) | |
tree | 7b040e9da5e34a3c7174f6a43672198fce94fd55 /net | |
parent | c8ed0107723e879b13bca03805a8d26b9892bb26 (diff) |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/openvswitch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |