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-heat_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-heat_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index 3b4998f..a3102ff 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb @@ -121,7 +121,7 @@ pkg_postinst_${SRCNAME}-setup () { fi } -inherit setuptools identity hosts update-rc.d default_configs monitor +inherit setuptools3 identity hosts update-rc.d default_configs monitor PACKAGES += "${SRCNAME}-tests ${SRCNAME}-templates ${SRCNAME}-common ${SRCNAME}-api ${SRCNAME}-api-cfn ${SRCNAME}-engine" PACKAGES += "${SRCNAME}-setup" @@ -185,7 +185,7 @@ RDEPENDS_${PN} += " \ python-paramiko \ python-babel \ python-iso8601 \ - python-setuptools-git \ + python-setuptools3-git \ python-glanceclient \ python-keystoneclient \ python-swiftclient \ -- cgit v1.2.3-54-g00ecf