commit 183850e15fd3d99260bf1eea5c142912e71fc868
parent 59296333a224b2356bb317c8acaaa86eb2f7a8d2
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Mon, 7 Mar 2016 20:44:22 +0200
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 <hannu.nyman@iki.fi>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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