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-extended/uwsgi/uwsgi_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb') diff --git a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb index f0c535f..bf6b30f 100644 --- a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb +++ b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb @@ -14,15 +14,15 @@ SRCREV="af44211739136e22471a2897383f34586284bf86" PV="2.0.14+git${SRCPV}" S = "${WORKDIR}/git" -inherit setuptools pkgconfig +inherit setuptools3 pkgconfig # prevent host contamination and remove local search paths export UWSGI_REMOVE_INCLUDES = "/usr/include,/usr/local/include" DEPENDS += " \ e2fsprogs \ - python-pip \ - python-six \ + python3-pip \ + python3-six \ yajl \ " -- cgit v1.2.3-54-g00ecf