summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
diff options
context:
space:
mode:
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 \