added <python> as build dependency, because <python-core> as regular dependency can't be reolved as its a virtual package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13862 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2009-01-04 19:24:38 +00:00
parent 00a0f21868
commit df36df80d8

View 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)