[packages] python: remove libffi dependency hack, not needed anymore
authorNicolas Thill <nico@openwrt.org>
Tue, 9 Mar 2010 23:49:07 +0000 (23:49 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 9 Mar 2010 23:49:07 +0000 (23:49 +0000)
SVN-Revision: 20112

lang/python/Makefile

index 13880269a13293036a0442258ade4a658763d77e..ac1962f863447fe1cf29ade7ed34d988afb87679 100644 (file)
@@ -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