diff options
-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}" |