From ce38cb391c9108168ab574463b7ef745b739bcc9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 22 Jan 2020 17:45:03 +0000 Subject: openstack: packages: update for python3 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 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 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 = "\ file://configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch \ " -inherit autotools-brokensep distutils-base +inherit autotools-brokensep distutils3-base -DEPENDS += "apache2-native apache2 python" -RDEPENDS_${PN} = "python" +DEPENDS += "apache2-native apache2 python3" +RDEPENDS_${PN} = "python3" EXTRA_OECONF = "\ --with-apxs=${STAGING_BINDIR_CROSS}/apxs \ -- cgit v1.2.3-54-g00ecf