From 75e14394b787027990869d460e72a85fa57eccc4 Mon Sep 17 00:00:00 2001 From: mirko Date: Sun, 4 Jan 2009 03:16:33 +0000 Subject: [PATCH] not broken anymore due to prior commit git-svn-id: svn://svn.openwrt.org/openwrt/packages@13852 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/cython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 9ef4f6cf1..009a778c5 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -24,7 +24,7 @@ define Package/cython CATEGORY:=Languages TITLE:=cython URL:=http://www.cython.org - DEPENDS:=python-core @BROKEN + DEPENDS:=python-core endef define Package/cython/description