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:
d10fad7
)
python-packages: remove python-pip/host dependency
author
Alexandru Ardelean
<redacted>
Thu, 26 Jan 2017 10:30:40 +0000
(12:30 +0200)
committer
Alexandru Ardelean
<redacted>
Thu, 26 Jan 2017 11:53:28 +0000
(13:53 +0200)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python-packages/Makefile
patch
|
blob
|
history
diff --git
a/lang/python-packages/Makefile
b/lang/python-packages/Makefile
index 701f0e6c4260b155917e777ca26ac9d22ccf8d93..7686e383452ac161c08c7348a7d04ad03d51f0d1 100644
(file)
--- a/
lang/python-packages/Makefile
+++ b/
lang/python-packages/Makefile
@@
-29,10
+29,9
@@
PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_python-packages-index-url \
CONFIG_PACKAGE_python-packages-pip-opts \
-PKG_BUILD_DEPENDS:=python python
-pip
/host
+PKG_BUILD_DEPENDS:=python python/host
include $(INCLUDE_DIR)/package.mk
-$(call include_mk, python-host.mk)
$(call include_mk, python-package.mk)
define Package/python-packages
git clone https://git.99rst.org/PROJECT