From d1925c42b15fd32a1cd35042ba81e0740532a475 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 9 Mar 2010 23:49:07 +0000 Subject: [PATCH] python: remove libffi dependency hack, not needed anymore SVN-Revision: 20112 --- 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.30.2