python-cffi: mark BROKEN due to buildbot breakage
authorHannu Nyman <[email protected]>
Fri, 4 Mar 2016 09:51:15 +0000 (11:51 +0200)
committerHannu Nyman <[email protected]>
Fri, 4 Mar 2016 09:51:15 +0000 (11:51 +0200)
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 <[email protected]>
lang/python-cffi/Makefile

index 27ac3ee206d78305f7740608b3266d1e7f8a3e1c..a0763e0f1e95faffa24551003bb4fa8d0779d43e 100644 (file)
@@ -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