From: Michael Lauer Date: Thu, 16 Aug 2007 13:52:11 +0000 (+0000) Subject: python-urwid: update to 0.9.8.1 X-Git-Tag: Release-2010-05/1~8920^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbf0d506d3df853584d93639d63cdad7e658e1d8;p=openembedded.git python-urwid: update to 0.9.8.1 --- diff --git a/packages/python/python-urwid_0.8.4.bb b/packages/python/python-urwid_0.9.8.1.bb 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 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}"