summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb')
-rw-r--r--meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb6
1 files changed, 3 insertions, 3 deletions
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"
14PV="2.0.14+git${SRCPV}" 14PV="2.0.14+git${SRCPV}"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit setuptools pkgconfig 17inherit setuptools3 pkgconfig
18 18
19# prevent host contamination and remove local search paths 19# prevent host contamination and remove local search paths
20export UWSGI_REMOVE_INCLUDES = "/usr/include,/usr/local/include" 20export UWSGI_REMOVE_INCLUDES = "/usr/include,/usr/local/include"
21 21
22DEPENDS += " \ 22DEPENDS += " \
23 e2fsprogs \ 23 e2fsprogs \
24 python-pip \ 24 python3-pip \
25 python-six \ 25 python3-six \
26 yajl \ 26 yajl \
27 " 27 "
28 28