From e6ced573087a6416ec50dce4cf281758be9a2d4c Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Mon, 20 Jan 2020 20:17:50 +0000 Subject: meta-python: update recipes to use python3 classes Update recipes to use python3 classes instead of deprecated python2 variants. Signed-off-by: Andrey Zhizhikin Signed-off-by: Khem Raj --- meta-python/recipes-connectivity/gateone/gateone_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-connectivity/gateone') diff --git a/meta-python/recipes-connectivity/gateone/gateone_git.bb b/meta-python/recipes-connectivity/gateone/gateone_git.bb index 5d2ca00ef5..37d3564521 100644 --- a/meta-python/recipes-connectivity/gateone/gateone_git.bb +++ b/meta-python/recipes-connectivity/gateone/gateone_git.bb @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/liftoff/GateOne.git;branch=master \ S = "${WORKDIR}/git" -inherit setuptools python-dir systemd update-rc.d +inherit setuptools3 python3-dir systemd update-rc.d DISTUTILS_INSTALL_ARGS += " \ --install-data=${PYTHON_SITEPACKAGES_DIR} \ -- cgit v1.2.3-54-g00ecf