python-pymp3: fix DEPENDS: s/python-ncurses/python-curses
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 18 Aug 2006 17:03:21 +0000 (17:03 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 18 Aug 2006 17:03:21 +0000 (17:03 +0000)
packages/python/python-pymp3_0.3.4.bb

index b9529b2..a6d205d 100644 (file)
@@ -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"