[packages] python: remove libffi dependency hack, not needed anymore
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20112 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -40,7 +40,7 @@ endef
|
|||||||
define Package/python
|
define Package/python
|
||||||
$(call Package/python/Default)
|
$(call Package/python/Default)
|
||||||
TITLE+= (full)
|
TITLE+= (full)
|
||||||
DEPENDS:=+libpthread +zlib +PACKAGE_python:libffi +python-mini
|
DEPENDS:=+libpthread +zlib +libffi +python-mini
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python/description
|
define Package/python/description
|
||||||
|
Reference in New Issue
Block a user