aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2016-03-04 11:51:15 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2016-03-04 11:51:15 +0200
commitd43df25b1f3d2ef811f10d4f3297c6c42624b2f4 (patch)
treefc6fcd34a380b192b6aaa1df2f2a5e8ae5ce2428
parentc9812eb7f5655383c345ad96ab0300de4259e2fe (diff)
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 <hannu.nyman@iki.fi>
-rw-r--r--lang/python-cffi/Makefile2
1 files changed, 1 insertions, 1 deletions
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