diff options
Diffstat (limited to 'python/python-pymp3_0.3.4.oe')
-rw-r--r-- | python/python-pymp3_0.3.4.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python-pymp3_0.3.4.oe b/python/python-pymp3_0.3.4.oe index 713bdbcb66..6f2ccf4641 100644 --- a/python/python-pymp3_0.3.4.oe +++ b/python/python-pymp3_0.3.4.oe @@ -1,8 +1,9 @@ DESCRIPTION = "A Curses-based mp3 player. See http://damien.degois.info/PyMP3/" SECTION = "console/multimedia" PRIORITY = "optional" -MAINTAINER = "jason haslup <openembedded@haslup.com>" -RDEPENDS = "python-core python-pyid3lib python-mad python-ao" +MAINTAINER = "Jason Haslup <openembedded@haslup.com>" +RDEPENDS = "python-core python-ncurses python-pyid3lib python-mad python-ao" +PR = "r1" SRC_URI = "http://damien.degois.info/PyMP3/PyMP3-0.3.4.tar.gz" S = "${WORKDIR}/PyMP3-0.3.4" |