From: Mirko Vogt Date: Sun, 4 Jan 2009 19:24:38 +0000 (+0000) Subject: added as build dependency, because as regular dependency can... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=d2f472d63ac81cac6cbf24ba504abe39443cfd70 added as build dependency, because as regular dependency can't be reolved as its a virtual package SVN-Revision: 13862 --- diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 009a778c5b..29e60ed2e3 100644 --- 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)