Browse Source

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>
lilik-openwrt-22.03
Yousong Zhou 6 years ago
parent
commit
5b56acae21
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/openvswitch/Makefile

+ 1
- 1
net/openvswitch/Makefile View File

@ -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


Loading…
Cancel
Save