From 9d632de8d0e109e342fe580cf4b2423a51c890c3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 22 Jan 2020 17:44:39 +0000 Subject: python: prepare for python3 only configuration Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-nova_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 3e646df..008a124 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb @@ -38,7 +38,7 @@ PV = "16.0.4+git${SRCPV}" S = "${WORKDIR}/git" -inherit systemd setuptools identity hosts useradd default_configs monitor +inherit systemd setuptools3 identity hosts useradd default_configs monitor LIBVIRT_IMAGES_TYPE ?= "default" @@ -295,7 +295,7 @@ RDEPENDS_${PN} += " \ python-requests \ python-six \ python-stevedore \ - python-setuptools \ + python-setuptools3 \ python-websockify \ python-oslo.cache \ python-oslo.concurrency \ -- cgit v1.2.3-54-g00ecf