aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-02-08 14:24:51 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:33 +0100
commit927657dbb9f90d470b4c2aa4c2b3a02a56c12f20 (patch)
treec382607deb7f58034d4123cfcf2c887338b84dcb
parent85fac0ea77a088952c953b83fe6218895f7ddc88 (diff)
downloadmeta-openembedded-contrib-927657dbb9f90d470b4c2aa4c2b3a02a56c12f20.tar.gz
gateone: correct the inherit to use setuptools
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-python/recipes-connectivity/gateone/gateone_git.bb2
1 files changed, 1 insertions, 1 deletions
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} \