From: Marcin Juszkiewicz Date: Fri, 18 Aug 2006 17:03:21 +0000 (+0000) Subject: python-pymp3: fix DEPENDS: s/python-ncurses/python-curses X-Git-Tag: Release-2010-05/1~9453^2~926 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122df5c786612c84da135851c152c5a63c6c118c;p=openembedded.git python-pymp3: fix DEPENDS: s/python-ncurses/python-curses --- diff --git a/packages/python/python-pymp3_0.3.4.bb b/packages/python/python-pymp3_0.3.4.bb index b9529b28b4..a6d205dd5d 100644 --- a/packages/python/python-pymp3_0.3.4.bb +++ b/packages/python/python-pymp3_0.3.4.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A Curses-based mp3 player. See http://damien.degois.info/PyMP3/" SECTION = "console/multimedia" PRIORITY = "optional" -RDEPENDS = "python-core python-ncurses python-pyid3lib python-mad python-ao" +RDEPENDS = "python-core python-curses python-pyid3lib python-mad python-ao" LICENSE = "GPL" PR = "r2"