From 83277d8bf3365f2e8653d866163236d30faa3e2d Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 3 Jun 2019 15:20:20 +0300 Subject: [PATCH] python-pytz: remove host-build seafile-seahub was the only user of this. Remove this from the build. Having it here is a bit messy. Signed-off-by: Alexandru Ardelean --- lang/python/python-pytz/Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lang/python/python-pytz/Makefile b/lang/python/python-pytz/Makefile index 1fec0d5492..b3acbd104c 100644 --- a/lang/python/python-pytz/Makefile +++ b/lang/python/python-pytz/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytz PKG_VERSION:=2019.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=pytz-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pytz @@ -21,15 +21,11 @@ PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt -HOST_BUILD_DEPENDS:=python/host - -include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk include ../python-package.mk include ../python3-package.mk PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) -HOST_UNPACK:=$(HOST_TAR) -C $(HOST_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) define Package/python-pytz/Default SUBMENU:=Python @@ -62,14 +58,6 @@ $(call Package/python-pytz/description) (Variant for Python3) endef -define Host/Compile - $(call Build/Compile/HostPyMod,,install --prefix="" --root="$(STAGING_DIR_HOSTPKG)") -endef - -Host/Install:= - -$(eval $(call HostBuild)) - $(eval $(call PyPackage,python-pytz)) $(eval $(call BuildPackage,python-pytz)) $(eval $(call BuildPackage,python-pytz-src)) -- 2.30.2