summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-webob_1.8.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-webob_1.8.9.bb')
-rw-r--r--recipes-devtools/python/python3-webob_1.8.9.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-webob_1.8.9.bb b/recipes-devtools/python/python3-webob_1.8.9.bb
new file mode 100644
index 00000000..4a3ed90e
--- /dev/null
+++ b/recipes-devtools/python/python3-webob_1.8.9.bb
@@ -0,0 +1,16 @@
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[sha256sum] = "ad6078e2edb6766d1334ec3dee072ac6a7f95b1e32ce10def8ff7f0f02d56589"
10
11inherit setuptools3 pypi
12
13RDEPENDS:${PN} += " \
14 python3-sphinx \
15 "
16