From: Yousong Zhou Date: Thu, 25 Apr 2019 13:17:00 +0000 (+0000) Subject: python-six: add python3 variant for host install X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ab6121482779fd6ecd69707e51edb6e767c760a8;p=feed%2Fpackages.git python-six: add python3 variant for host install Signed-off-by: Yousong Zhou --- diff --git a/lang/python/python-six/Makefile b/lang/python/python-six/Makefile index 354f720959..d667b9b494 100644 --- a/lang/python/python-six/Makefile +++ b/lang/python/python-six/Makefile @@ -21,7 +21,7 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Jeffery To , Alexandru Ardelean -HOST_BUILD_DEPENDS:=python/host +HOST_BUILD_DEPENDS:=python/host python3/host include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk @@ -66,6 +66,7 @@ endef define Host/Compile $(call Build/Compile/HostPyMod,,install --prefix="" --root="$(STAGING_DIR_HOSTPKG)") + $(call Build/Compile/HostPy3Mod,,install --prefix="" --root="$(STAGING_DIR_HOSTPKG)") endef Host/Install:=