summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-webob_1.8.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-webob_1.8.5.bb')
-rw-r--r--recipes-devtools/python/python-webob_1.8.5.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-webob_1.8.5.bb b/recipes-devtools/python/python-webob_1.8.5.bb
new file mode 100644
index 00000000..0ce928a7
--- /dev/null
+++ b/recipes-devtools/python/python-webob_1.8.5.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "WSGI request and response object"
2HOMEPAGE = "http://webob.org/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5"
6
7PYPI_PACKAGE = "WebOb"
8
9SRC_URI[md5sum] = "1761f416e8cf53f6fb674149cc223bd1"
10SRC_URI[sha256sum] = "05aaab7975e0ee8af2026325d656e5ce14a71f1883c52276181821d6d5bf7086"
11
12inherit setuptools pypi
13
14RDEPENDS_${PN} += " \
15 python-sphinx \
16 python-nose \
17 "
18