Merge pull request #7534 from neheb/patch-3
pytz: Add python/host to BUILD_DEPENDS
This commit is contained in:
commit
4c24a16d40
1 changed files with 3 additions and 1 deletions
|
@ -9,13 +9,15 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pytz
|
PKG_NAME:=pytz
|
||||||
PKG_VERSION:=2018.7
|
PKG_VERSION:=2018.7
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pytz
|
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pytz
|
||||||
PKG_HASH:=31cb35c89bd7d333cd32c5f278fca91b523b0834369e757f4c5641ea252236ca
|
PKG_HASH:=31cb35c89bd7d333cd32c5f278fca91b523b0834369e757f4c5641ea252236ca
|
||||||
|
|
||||||
|
PKG_BUILD_DEPENDS:=python/host
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../python-package.mk
|
include ../python-package.mk
|
||||||
|
|
Loading…
Reference in a new issue