From: Michael 'Mickey' Lauer Date: Wed, 14 Jan 2009 01:52:50 +0000 (+0000) Subject: python-urwid: remove X-Git-Tag: Release-2010-05/1~4349^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6485e2f764c3576012c262eb4b669b628f34015;p=openembedded.git python-urwid: remove --- diff --git a/packages/python/python-urwid_0.9.8.1.bb b/packages/python/python-urwid_0.9.8.1.bb deleted file mode 100644 index 75c3c84701..0000000000 --- a/packages/python/python-urwid_0.9.8.1.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "A Python Widget library based on python-curses." -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "LGPL" -RDEPENDS = "python-curses" -SRCNAME = "urwid" -PR = "ml0" - -SRC_URI = "http://excess.org/urwid/urwid-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils