summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-webob_1.8.9.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-06-03 13:52:02 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-06-03 15:16:52 +0000
commit88ad007e53c213e649cc5ecec30101430c9b4965 (patch)
treeefdff2021135b9b8c79b56f8d35d6cc197b727d8 /recipes-devtools/python/python3-webob_1.8.9.bb
parenta0e52d3b76ed83c9c84ab3cc86de41d23f4d188c (diff)
downloadmeta-virtualization-88ad007e53c213e649cc5ecec30101430c9b4965.tar.gz
python3-webob: update to 1.8.10
Bump 1.8.9 -> 1.8.10 (latest on PyPI). New sdist sha256sum: 1c963a11f307bc3f624fbab9dde737701eae255f32981b7a5486a88db1767c2b Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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, 0 insertions, 16 deletions
diff --git a/recipes-devtools/python/python3-webob_1.8.9.bb b/recipes-devtools/python/python3-webob_1.8.9.bb
deleted file mode 100644
index 4a3ed90e..00000000
--- a/recipes-devtools/python/python3-webob_1.8.9.bb
+++ /dev/null
@@ -1,16 +0,0 @@
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