summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2021-12-20 11:27:06 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-12-20 20:52:01 -0500
commitb770408ae220de81c6c33ca97d3992a41de972f7 (patch)
tree15c6457f0a79201ebd471711e42bfc6f263be366 /meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
parentb9d2f911aeb5c70fc6798f0b6aa13199b28a668f (diff)
downloadmeta-cloud-services-b770408ae220de81c6c33ca97d3992a41de972f7.tar.gz
mod-wsgi: move to 4.9.0
Older version of mod-wsgi no longer builds against python 3.10 Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb')
-rw-r--r--meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
index 79afba8..910bba1 100644
--- a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
+++ b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
@@ -9,8 +9,8 @@ HOMEPAGE = "https://github.com/GrahamDumpleton/mod_wsgi"
9LICENSE = "Apache-2.0" 9LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
11 11
12SRCREV = "217e80b7436035723b80ff02ee349365e8553dfc" 12SRCREV = "df9faf954a1ab6208f45ba6fde90f0b41f605483"
13PV = "4.6.8+git${SRCPV}" 13PV = "4.9.0+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16