summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-setuptools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-setuptools.inc')
-rw-r--r--meta/recipes-devtools/python/python-setuptools.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
index b121b2ab3c..ab1c013ef1 100644
--- a/meta/recipes-devtools/python/python-setuptools.inc
+++ b/meta/recipes-devtools/python/python-setuptools.inc
@@ -12,8 +12,6 @@ SRC_URI[md5sum] = "260630ae1a64bafa39dcc53404d63829"
12SRC_URI[sha256sum] = "012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a909015f" 12SRC_URI[sha256sum] = "012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a909015f"
13 13
14DEPENDS += "${PYTHON_PN}" 14DEPENDS += "${PYTHON_PN}"
15DEPENDS_class-native = "${PYTHON_PN}-native"
16DEPENDS_class-nativesdk = "nativesdk-${PYTHON_PN}"
17 15
18DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${PYTHON_SITEPACKAGES_DIR} \ 16DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${PYTHON_SITEPACKAGES_DIR} \
19 --script-dir=${bindir}" 17 --script-dir=${bindir}"
@@ -35,12 +33,6 @@ RDEPENDS_${PN} = "\
35 ${PYTHON_PN}-unittest \ 33 ${PYTHON_PN}-unittest \
36 ${PYTHON_PN}-xml \ 34 ${PYTHON_PN}-xml \
37" 35"
38
39RDEPENDS_${PN}_class-native = "\
40 ${PYTHON_PN}-compression \
41 ${PYTHON_PN}-distutils \
42"
43
44do_install_prepend() { 36do_install_prepend() {
45 install -d ${D}${PYTHON_SITEPACKAGES_DIR} 37 install -d ${D}${PYTHON_SITEPACKAGES_DIR}
46} 38}