Browse Source

python-six: remove host-build

There are no more users left in this tree.
So, remove it.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 3 years ago
parent
commit
b84b71c149
1 changed files with 0 additions and 11 deletions
  1. +0
    -11
      lang/python/python-six/Makefile

+ 0
- 11
lang/python/python-six/Makefile View File

@ -18,10 +18,7 @@ PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com> PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
HOST_BUILD_DEPENDS:=python3/host
include ../pypi.mk include ../pypi.mk
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include ../python3-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. documentation for more information on what is provided.
endef 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 Py3Package,python3-six))
$(eval $(call BuildPackage,python3-six)) $(eval $(call BuildPackage,python3-six))
$(eval $(call BuildPackage,python3-six-src)) $(eval $(call BuildPackage,python3-six-src))

Loading…
Cancel
Save