From: Yousong Zhou Date: Thu, 25 Apr 2019 10:44:19 +0000 (+0000) Subject: openvswitch: add openvswitch-python3 package X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=21ac0adcd281f5e62d6fec8f79c28df3ece2dbac;p=openwrt-packages.git openvswitch: add openvswitch-python3 package Signed-off-by: Yousong Zhou --- diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 9dfe83277..b73446f32 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -35,6 +35,7 @@ PKG_MAINTAINER:=Yousong Zhou include $(INCLUDE_DIR)/package.mk include ../../lang/python/python-host.mk include ../../lang/python/python-package.mk +include ../../lang/python/python3-package.mk ovs_kmod_packages:= @@ -283,6 +284,16 @@ endef $(eval $(call OvsPackageTemplate,python)) +ovs_python3_title:=Open vSwitch (Python3 library) +ovs_python3_hidden:= +ovs_python3_depends:=+PACKAGE_openvswitch-python3:python3 +PACKAGE_openvswitch-python3:python3-six +define ovs_python3_install + $$(INSTALL_DIR) $$(1)$$(PYTHON3_PKG_DIR) + $$(CP) $$(PKG_INSTALL_DIR)/usr/share/openvswitch/python/ovs $$(1)$$(PYTHON3_PKG_DIR) +endef +$(eval $(call OvsPackageTemplate,python3)) + + CONFIGURE_ARGS+= \ --enable-ndebug \ --enable-shared \