aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2016-03-07 20:44:22 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2016-03-07 20:44:22 +0200
commit183850e15fd3d99260bf1eea5c142912e71fc868 (patch)
tree64aa9e0fd678ec36ac5cd293bddfc8152bb0c190
parent59296333a224b2356bb317c8acaaa86eb2f7a8d2 (diff)
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>
-rw-r--r--lang/python-cffi/Makefile2
1 files changed, 1 insertions, 1 deletions
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