From: Nicolas Thill Date: Tue, 9 Mar 2010 23:49:07 +0000 (+0000) Subject: python: remove libffi dependency hack, not needed anymore X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d1925c42b15fd32a1cd35042ba81e0740532a475;p=openwrt%2Fsvn-archive%2Fpackages.git python: remove libffi dependency hack, not needed anymore SVN-Revision: 20112 --- diff --git a/lang/python/Makefile b/lang/python/Makefile index 13880269a..ac1962f86 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -40,7 +40,7 @@ endef define Package/python $(call Package/python/Default) TITLE+= (full) - DEPENDS:=+libpthread +zlib +PACKAGE_python:libffi +python-mini + DEPENDS:=+libpthread +zlib +libffi +python-mini endef define Package/python/description