python-urwid: update to 0.9.8.1
authorMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 13:52:11 +0000 (13:52 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 13:52:11 +0000 (13:52 +0000)
packages/python/python-urwid_0.9.8.1.bb [moved from packages/python/python-urwid_0.8.4.bb with 86% similarity]

similarity index 86%
rename from packages/python/python-urwid_0.8.4.bb
rename to packages/python/python-urwid_0.9.8.1.bb
index ca068ec..75c3c84 100644 (file)
@@ -2,8 +2,9 @@ DESCRIPTION = "A Python Widget library based on python-curses."
 SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "LGPL"
-RDEPENDS = "python-core python-curses"
+RDEPENDS = "python-curses"
 SRCNAME = "urwid"
+PR = "ml0"
 
 SRC_URI = "http://excess.org/urwid/urwid-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"