diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-03-04 11:51:15 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-03-04 11:51:15 +0200 |
commit | d43df25b1f3d2ef811f10d4f3297c6c42624b2f4 (patch) | |
tree | fc6fcd34a380b192b6aaa1df2f2a5e8ae5ce2428 | |
parent | c9812eb7f5655383c345ad96ab0300de4259e2fe (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/Makefile | 2 |
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 |