From: Hannu Nyman Date: Mon, 7 Mar 2016 18:44:22 +0000 (+0200) Subject: python-cffi: remove BROKEN status X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=183850e15fd3d99260bf1eea5c142912e71fc868;p=openwrt-packages.git python-cffi: remove BROKEN status Pull requests #2455 and #2463 should have fixed python-cffi. Additionally r48918 has decreased the risk from broken host sections to buildbot builds: https://dev.openwrt.org/changeset/48918 Signed-off-by: Hannu Nyman --- diff --git a/lang/python-cffi/Makefile b/lang/python-cffi/Makefile index 3b76fddb3..f3bcabfc4 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 @BROKEN + DEPENDS:=+libffi +python-light +python-pycparser endef define Package/python-cffi/description