python: remove libffi/host; we're not using it
authorAlexandru Ardelean <[email protected]>
Sun, 11 Jan 2015 15:08:02 +0000 (17:08 +0200)
committerAlexandru Ardelean <[email protected]>
Sun, 11 Jan 2015 18:15:13 +0000 (20:15 +0200)
Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/Makefile

index b02aebdafe6f6f551c328e3af2f20a486e479c50..d2b92d50b898c873e87699a8e1755121473c91fb 100644 (file)
@@ -28,7 +28,7 @@ HOST_BUILD_PARALLEL:=1
 PKG_BUILD_DIR:=$(BUILD_DIR)/Python-$(PKG_VERSION)
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/Python-$(PKG_VERSION)
 
-PKG_BUILD_DEPENDS:=libffi/host python/host
+PKG_BUILD_DEPENDS:=python/host
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/package.mk