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-rally_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-rally_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb index 31d4242..82a91ba 100644 --- a/meta-openstack/recipes-devtools/python/python-rally_git.bb +++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb @@ -24,7 +24,7 @@ SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a" PV="git${SRCPV}" S = "${WORKDIR}/git" -inherit setuptools update-rc.d hosts identity default_configs +inherit setuptools3 update-rc.d hosts identity default_configs do_install_append() { RALLY_CONF_DIR=${D}${sysconfdir}/${SRCNAME} -- cgit v1.2.3-54-g00ecf