From 92e0bbfbd2d1fc892f58fa2480e1f0bf2a4847ec Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Fri, 26 Apr 2019 02:23:35 +0000 Subject: [PATCH] python-six: remove python2 variant of host install The python2 host variant is not needed anymore as openvswitch has now switch to using python3 for building Signed-off-by: Yousong Zhou --- lang/python/python-six/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/python/python-six/Makefile b/lang/python/python-six/Makefile index d667b9b49..b58c7b84c 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 python3/host +HOST_BUILD_DEPENDS:=python3/host include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk @@ -65,7 +65,6 @@ $(call Package/python-six/description) 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