summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools_22.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_22.0.5.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_22.0.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_22.0.5.bb b/meta/recipes-devtools/python/python3-setuptools_22.0.5.bb
index fb2931c3f2..65af6f0dad 100644
--- a/meta/recipes-devtools/python/python3-setuptools_22.0.5.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_22.0.5.bb
@@ -5,7 +5,7 @@ DEPENDS_class-native += "python3-native"
5 5
6inherit distutils3 6inherit distutils3
7 7
8DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${libdir}/${PYTHON_DIR}/site-packages" 8DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${PYTHON_SITEPACKAGES_DIR}"
9 9
10# The installer puts the wrong path in the setuptools.pth file. Correct it. 10# The installer puts the wrong path in the setuptools.pth file. Correct it.
11do_install_append() { 11do_install_append() {