summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-webob.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-webob.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-webob.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-webob.inc b/external/meta-iot-cloud/recipes-devtools/python/python-webob.inc
new file mode 100644
index 00000000..c99d84e6
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-webob.inc
@@ -0,0 +1,15 @@
+DESCRIPTION = "WSGI request and response object"
+HOMEPAGE = "http://webob.org/"
+AUTHOR = "Pylons Project"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5"
+
+PR = "r0"
+
+SRC_URI = "git://github.com/Pylons/webob.git;branch=1.7-branch"
+SRCREV = "c4cee625e5b0b0f410e22ca60f701eff98f288d0"
+
+S = "${WORKDIR}/git"
+
+BBCLASSEXTEND = "native nativesdk"