From 915d1ca904aa1f8dbda09cd877b5c5556c53a96f Mon Sep 17 00:00:00 2001 From: "M. Dietrich" Date: Fri, 2 Apr 2010 18:50:09 +0200 Subject: [PATCH] mark pyneo stuff as broken as mirko explained --- pyneod/Makefile | 2 +- python-pyneo/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyneod/Makefile b/pyneod/Makefile index acb234d..50cf79d 100644 --- a/pyneod/Makefile +++ b/pyneod/Makefile @@ -24,7 +24,7 @@ define Package/pyneod SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - DEPENDS:=+python +python-pyneo + DEPENDS:=@BROKEN +python +python-pyneo TITLE:=Base lib for pyneo suite URL:=http://pyneo.org/ endef diff --git a/python-pyneo/Makefile b/python-pyneo/Makefile index b12f061..3bef690 100644 --- a/python-pyneo/Makefile +++ b/python-pyneo/Makefile @@ -24,7 +24,7 @@ define Package/python-pyneo SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - DEPENDS:=+python + DEPENDS:=@BROKEN +python TITLE:=Base lib for pyneo suite URL:=http://pyneo.org/ endef