From d43df25b1f3d2ef811f10d4f3297c6c42624b2f4 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Fri, 4 Mar 2016 11:51:15 +0200 Subject: [PATCH] python-cffi: mark BROKEN due to buildbot breakage python-cffi's host section has trouble compiling at buildbot. Yesterday it stopped all buildbot runs that reached the package. Mark the package temporarily as BROKEN to enable buildbot to complete the build. Signed-off-by: Hannu Nyman --- lang/python-cffi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python-cffi/Makefile b/lang/python-cffi/Makefile index 27ac3ee20..a0763e0f1 100644 --- a/lang/python-cffi/Makefile +++ b/lang/python-cffi/Makefile @@ -33,7 +33,7 @@ define Package/python-cffi SUBMENU:=Python TITLE:=python-cffi URL:=http://cffi.readthedocs.org/ - DEPENDS:=+libffi +python-light +python-pycparser + DEPENDS:=+libffi +python-light +python-pycparser @BROKEN endef define Package/python-cffi/description