git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ae102f4
)
pytz: fix host-compile dependency
author
Eneas U de Queiroz
<redacted>
Wed, 5 Dec 2018 18:34:56 +0000
(16:34 -0200)
committer
Eneas U de Queiroz
<redacted>
Wed, 5 Dec 2018 18:34:56 +0000
(16:34 -0200)
Add HOST_BUILD_DEPENDS=python/host
Signed-off-by: Eneas U de Queiroz <redacted>
lang/python/pytz/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/pytz/Makefile
b/lang/python/pytz/Makefile
index ac3bcb05a513f5ef8dfdde310622cadd797c17e1..e22f644fffb46e56b06d97b20dabba26d795edca 100644
(file)
--- a/
lang/python/pytz/Makefile
+++ b/
lang/python/pytz/Makefile
@@
-17,6
+17,7
@@
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pytz
PKG_HASH:=31cb35c89bd7d333cd32c5f278fca91b523b0834369e757f4c5641ea252236ca
PKG_BUILD_DEPENDS:=python/host
+HOST_BUILD_DEPENDS:=python/host
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT