projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd4dcc2
)
added <python> as build dependency, because <python-core> as regular dependency can...
author
Mirko Vogt
<mirko@openwrt.org>
Sun, 4 Jan 2009 19:24:38 +0000
(19:24 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Sun, 4 Jan 2009 19:24:38 +0000
(19:24 +0000)
SVN-Revision: 13862
lang/cython/Makefile
patch
|
blob
|
history
diff --git
a/lang/cython/Makefile
b/lang/cython/Makefile
index 009a778c5ba7fa1c68782190adc6c82d99ffdc1c..29e60ed2e37a5624059d4e40296520dec030e6dc 100644
(file)
--- a/
lang/cython/Makefile
+++ b/
lang/cython/Makefile
@@
-15,6
+15,8
@@
PKG_SOURCE:=Cython-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.cython.org/
PKG_BUILD_DIR:=$(BUILD_DIR)/Cython-$(PKG_VERSION)
+PKG_BUILD_DEPENDS:=python
+
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)