From: nico Date: Tue, 9 Mar 2010 23:49:07 +0000 (+0000) Subject: [packages] python: remove libffi dependency hack, not needed anymore X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=1c016dcb714cef8198ec76f1164fadbd19ba2b8a;p=packages.git [packages] python: remove libffi dependency hack, not needed anymore git-svn-id: svn://svn.openwrt.org/openwrt/packages@20112 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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