summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-devtools/python/python-rocket.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-devtools/python/python-rocket.inc')
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-rocket.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/python-rocket.inc b/meta-phosphor/common/recipes-devtools/python/python-rocket.inc
deleted file mode 100644
index 72e055542..000000000
--- a/meta-phosphor/common/recipes-devtools/python/python-rocket.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Modern, multi-threaded and extensible web server."
-DESCRIPTION = "The Rocket web server is a server designed to handle the increased \
-needs of modern web applications implemented in pure Python. It can serve WSGI \
-applications and static files. Rocket has the ability to be extended to handle \
-different types of networked request-response jobs. Rocket runs on cPython 2.5- 3.x \
-and Jython 2.5 (without the need to run through the 2to3 translation tool). Rocket \
-is similar in purpose to Cherrypy’s Wsgiserver but with added flexibility and concurrency."
-HOMEPAGE = "http://launchpad.net/rocket"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b364bdf3116b1cbc1e30a6aff3224019"
-
-inherit allarch
-inherit setuptools
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-RDEPENDS_${PN} += "\
- python-wsgiref-util \
- python-wsgiref-headers \
- python-email-utils \
- python-netserver \
- "
-
-BBCLASSEXTEND = "nativesdk"