summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/python/python-urwid_0.9.8.1.bb12
1 files changed, 0 insertions, 12 deletions
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