From: Rosen Penev Date: Tue, 27 Nov 2018 19:10:10 +0000 (-0800) Subject: pytz: Add python/host to BUILD_DEPENDS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d3cd4a9e1e9552264f90872f6756a03a7e4f7e1c;p=openwrt-packages.git pytz: Add python/host to BUILD_DEPENDS Buildbots occasionally fail because of this. Travis also seems to try to build this before python. Signed-off-by: Rosen Penev --- diff --git a/lang/python/pytz/Makefile b/lang/python/pytz/Makefile index 9cdb69ec6..ac3bcb05a 100644 --- a/lang/python/pytz/Makefile +++ b/lang/python/pytz/Makefile @@ -9,13 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pytz PKG_VERSION:=2018.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pytz PKG_HASH:=31cb35c89bd7d333cd32c5f278fca91b523b0834369e757f4c5641ea252236ca +PKG_BUILD_DEPENDS:=python/host + include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk include ../python-package.mk