From 1c016dcb714cef8198ec76f1164fadbd19ba2b8a Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 9 Mar 2010 23:49:07 +0000 Subject: [PATCH] [packages] python: remove libffi dependency hack, not needed anymore git-svn-id: svn://svn.openwrt.org/openwrt/packages@20112 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0