From b770408ae220de81c6c33ca97d3992a41de972f7 Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Mon, 20 Dec 2021 11:27:06 -0800 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb') 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" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRCREV = "217e80b7436035723b80ff02ee349365e8553dfc" -PV = "4.6.8+git${SRCPV}" +SRCREV = "df9faf954a1ab6208f45ba6fde90f0b41f605483" +PV = "4.9.0+git${SRCPV}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf