From 52e67d4e6307a161491825bdfca01dd36b2228e1 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 22 Jan 2020 15:32:03 +0000 Subject: python: update support packages to python3 Updating the python support packages to python3. Some packages are dropped in favour of variants that are in meta-python, some are updated and update to the new python3 name for others. Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-webob_1.8.5.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-devtools/python/python3-webob_1.8.5.bb (limited to 'recipes-devtools/python/python3-webob_1.8.5.bb') diff --git a/recipes-devtools/python/python3-webob_1.8.5.bb b/recipes-devtools/python/python3-webob_1.8.5.bb new file mode 100644 index 00000000..74a36e39 --- /dev/null +++ b/recipes-devtools/python/python3-webob_1.8.5.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "WSGI request and response object" +HOMEPAGE = "http://webob.org/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" + +PYPI_PACKAGE = "WebOb" + +SRC_URI[md5sum] = "1761f416e8cf53f6fb674149cc223bd1" +SRC_URI[sha256sum] = "05aaab7975e0ee8af2026325d656e5ce14a71f1883c52276181821d6d5bf7086" + +inherit setuptools3 pypi + +RDEPENDS_${PN} += " \ + python3-sphinx \ + " + -- cgit v1.2.3-54-g00ecf