diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 13:52:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 13:52:11 +0000 |
commit | cbf0d506d3df853584d93639d63cdad7e658e1d8 (patch) | |
tree | 791f4dff2219dbb4dee8055dd3f599d26830726a | |
parent | 9d43fd8d5edc5ace81b19864deee155c6536b7d8 (diff) |
python-urwid: update to 0.9.8.1
-rw-r--r-- | packages/python/python-urwid_0.9.8.1.bb (renamed from packages/python/python-urwid_0.8.4.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/python/python-urwid_0.8.4.bb b/packages/python/python-urwid_0.9.8.1.bb index ca068ecf49..75c3c84701 100644 --- a/packages/python/python-urwid_0.8.4.bb +++ b/packages/python/python-urwid_0.9.8.1.bb @@ -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}" |