aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity/gateone
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-connectivity/gateone')
-rw-r--r--meta-python/recipes-connectivity/gateone/gateone_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-connectivity/gateone/gateone_git.bb b/meta-python/recipes-connectivity/gateone/gateone_git.bb
index 8b2a19263e..f54079989e 100644
--- a/meta-python/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-python/recipes-connectivity/gateone/gateone_git.bb
@@ -14,10 +14,10 @@ SRC_URI = "git://github.com/liftoff/GateOne.git;branch=master \
S = "${WORKDIR}/git"
-inherit setuptools python-dir systemd update-rc.d
+inherit distutils setuptools python-dir systemd update-rc.d
DISTUTILS_INSTALL_ARGS = "--root=${D} \
- --prefix=${prefix} \
+ --prefix=${localstatedir} \
--install-lib=${PYTHON_SITEPACKAGES_DIR} \
--install-data=${PYTHON_SITEPACKAGES_DIR} \
--install-scripts=${bindir} \
@@ -59,7 +59,6 @@ RDEPENDS_${PN} = "mime-support \
python-fcntl \
python-futures \
python-html \
- python-imaging \
python-io \
python-json \
python-logging \