summaryrefslogtreecommitdiff
path: root/packages/python/python-webpy_0.138.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-webpy_0.138.bb')
-rw-r--r--packages/python/python-webpy_0.138.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/python/python-webpy_0.138.bb b/packages/python/python-webpy_0.138.bb
deleted file mode 100644
index a6a36faedc..0000000000
--- a/packages/python/python-webpy_0.138.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "A Lightweight Web Application Framework"
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "PSF"
-RDEPENDS = "python-netserver python-netclient python-pprint"
-
-PR = "ml1"
-
-SRC_URI = "file://web.py"
-S = "${WORKDIR}"
-
-inherit distutils-base
-
-do_install() {
- install -d ${D}${libdir}/${PYTHON_DIR}
- install -m 0755 web.py ${D}${libdir}/${PYTHON_DIR}
-}
-