added <python> as build dependency, because <python-core> as regular dependency can...
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Jan 2009 19:24:38 +0000 (19:24 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Jan 2009 19:24:38 +0000 (19:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13862 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/cython/Makefile

index 009a778..29e60ed 100644 (file)
@@ -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)