From 927657dbb9f90d470b4c2aa4c2b3a02a56c12f20 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 8 Feb 2017 14:24:51 -0500 Subject: gateone: correct the inherit to use setuptools Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-connectivity/gateone/gateone_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-connectivity/gateone/gateone_git.bb b/meta-python/recipes-connectivity/gateone/gateone_git.bb index 5323554ba8..8b2a19263e 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 distutils python-dir systemd update-rc.d +inherit setuptools python-dir systemd update-rc.d DISTUTILS_INSTALL_ARGS = "--root=${D} \ --prefix=${prefix} \ -- cgit 1.2.3-korg