summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 17:45:03 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 17:45:03 +0000
commitce38cb391c9108168ab574463b7ef745b739bcc9 (patch)
treea763ff9f68a0ae513183fa4e9c42c6ac3612c3e8 /meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
parent9d632de8d0e109e342fe580cf4b2423a51c890c3 (diff)
downloadmeta-cloud-services-ce38cb391c9108168ab574463b7ef745b739bcc9.tar.gz
openstack: packages: update for python3
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.bb6
1 files changed, 3 insertions, 3 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 eab28b0..4a1048e 100644
--- a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
+++ b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
@@ -20,10 +20,10 @@ SRC_URI = "\
20 file://configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch \ 20 file://configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch \
21 " 21 "
22 22
23inherit autotools-brokensep distutils-base 23inherit autotools-brokensep distutils3-base
24 24
25DEPENDS += "apache2-native apache2 python" 25DEPENDS += "apache2-native apache2 python3"
26RDEPENDS_${PN} = "python" 26RDEPENDS_${PN} = "python3"
27 27
28EXTRA_OECONF = "\ 28EXTRA_OECONF = "\
29 --with-apxs=${STAGING_BINDIR_CROSS}/apxs \ 29 --with-apxs=${STAGING_BINDIR_CROSS}/apxs \