python-six: remove host-build
authorAlexandru Ardelean <redacted>
Mon, 8 Nov 2021 10:09:30 +0000 (12:09 +0200)
committerAlexandru Ardelean <redacted>
Wed, 10 Nov 2021 12:54:44 +0000 (14:54 +0200)
There are no more users left in this tree.
So, remove it.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-six/Makefile

index bb5356d3157a8324c841441d38a2e6d1726234c7..20ec34aead135d4562a3b329e321f785471417f6 100644 (file)
@@ -18,10 +18,7 @@ PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
 PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
 
-HOST_BUILD_DEPENDS:=python3/host
-
 include ../pypi.mk
-include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/package.mk
 include ../python3-package.mk
 
@@ -41,14 +38,6 @@ writing Python code that is compatible on both Python versions.  See the
 documentation for more information on what is provided.
 endef
 
-define Host/Compile
-       $(call HostPython3/ModSetup,,install --prefix="" --root="$(STAGING_DIR_HOSTPKG)")
-endef
-
-Host/Install:=
-
-$(eval $(call HostBuild))
-
 $(eval $(call Py3Package,python3-six))
 $(eval $(call BuildPackage,python3-six))
 $(eval $(call BuildPackage,python3-six-src))
git clone https://git.99rst.org/PROJECT