summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_32.1.1.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_32.1.1.bb b/meta/recipes-devtools/python/python3-setuptools_32.1.1.bb
index 65af6f0dad..63f241809e 100644
--- a/meta/recipes-devtools/python/python3-setuptools_32.1.1.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_32.1.1.bb
@@ -2,6 +2,7 @@ require python-setuptools.inc
2 2
3DEPENDS += "python3" 3DEPENDS += "python3"
4DEPENDS_class-native += "python3-native" 4DEPENDS_class-native += "python3-native"
5DEPENDS_class-nativesdk += "nativesdk-python3"
5 6
6inherit distutils3 7inherit distutils3
7 8
@@ -14,11 +15,11 @@ do_install_append() {
14 echo "./${SRCNAME}-${PV}-py${PYTHON_BASEVERSION}.egg" > ${D}${PYTHON_SITEPACKAGES_DIR}/setuptools.pth 15 echo "./${SRCNAME}-${PV}-py${PYTHON_BASEVERSION}.egg" > ${D}${PYTHON_SITEPACKAGES_DIR}/setuptools.pth
15} 16}
16 17
17RDEPENDS_${PN} = "\ 18RDEPENDS_${PN}_class-native = "\
18 python3-distutils \ 19 python3-distutils \
19 python3-compression \ 20 python3-compression \
20" 21"
21RDEPENDS_${PN}_class-target = "\ 22RDEPENDS_${PN} = "\
22 python3-ctypes \ 23 python3-ctypes \
23 python3-distutils \ 24 python3-distutils \
24 python3-email \ 25 python3-email \
@@ -34,4 +35,4 @@ RDEPENDS_${PN}_class-target = "\
34 python3-unittest \ 35 python3-unittest \
35 python3-xml \ 36 python3-xml \
36" 37"
37BBCLASSEXTEND = "native" 38BBCLASSEXTEND = "native nativesdk"