fix python libffi dependency for targets which do not support libffi

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13950 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-01-09 13:02:17 +00:00
parent b2e35d863d
commit 032de483a3

View File

@ -41,7 +41,7 @@ endef
define Package/python
$(call Package/python/Default)
TITLE+= (full)
DEPENDS:=+libpthread +zlib +libffi
DEPENDS:=+libpthread +zlib +PACKAGE_python:libffi
PROVIDES:=python-core
endef