From 183850e15fd3d99260bf1eea5c142912e71fc868 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Mon, 7 Mar 2016 20:44:22 +0200 Subject: [PATCH] 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 --- 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 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