summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_58.0.4.bb46
1 files changed, 23 insertions, 23 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb b/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
index 2000d355a9..8df69ce920 100644
--- a/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
@@ -15,25 +15,25 @@ SRC_URI[sha256sum] = "f10059f0152e0b7fb6b2edd77bcb1ecd4c9ed7048a826eb2d79f72fd2e
15DEPENDS += "${PYTHON_PN}" 15DEPENDS += "${PYTHON_PN}"
16 16
17RDEPENDS:${PN} = "\ 17RDEPENDS:${PN} = "\
18 ${PYTHON_PN}-2to3 \ 18 ${PYTHON_PN}-2to3 \
19 ${PYTHON_PN}-compile \ 19 ${PYTHON_PN}-compile \
20 ${PYTHON_PN}-compression \ 20 ${PYTHON_PN}-compression \
21 ${PYTHON_PN}-ctypes \ 21 ${PYTHON_PN}-ctypes \
22 ${PYTHON_PN}-distutils \ 22 ${PYTHON_PN}-distutils \
23 ${PYTHON_PN}-email \ 23 ${PYTHON_PN}-email \
24 ${PYTHON_PN}-html \ 24 ${PYTHON_PN}-html \
25 ${PYTHON_PN}-json \ 25 ${PYTHON_PN}-json \
26 ${PYTHON_PN}-netserver \ 26 ${PYTHON_PN}-netserver \
27 ${PYTHON_PN}-numbers \ 27 ${PYTHON_PN}-numbers \
28 ${PYTHON_PN}-pickle \ 28 ${PYTHON_PN}-pickle \
29 ${PYTHON_PN}-pkg-resources \ 29 ${PYTHON_PN}-pkg-resources \
30 ${PYTHON_PN}-pkgutil \ 30 ${PYTHON_PN}-pkgutil \
31 ${PYTHON_PN}-plistlib \ 31 ${PYTHON_PN}-plistlib \
32 ${PYTHON_PN}-shell \ 32 ${PYTHON_PN}-shell \
33 ${PYTHON_PN}-stringold \ 33 ${PYTHON_PN}-stringold \
34 ${PYTHON_PN}-threading \ 34 ${PYTHON_PN}-threading \
35 ${PYTHON_PN}-unittest \ 35 ${PYTHON_PN}-unittest \
36 ${PYTHON_PN}-xml \ 36 ${PYTHON_PN}-xml \
37" 37"
38 38
39do_install:prepend() { 39do_install:prepend() {
@@ -48,8 +48,8 @@ BBCLASSEXTEND = "native nativesdk"
48PACKAGES =+ "${PYTHON_PN}-pkg-resources " 48PACKAGES =+ "${PYTHON_PN}-pkg-resources "
49FILES:${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" 49FILES:${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*"
50RDEPENDS:${PYTHON_PN}-pkg-resources = "\ 50RDEPENDS:${PYTHON_PN}-pkg-resources = "\
51 ${PYTHON_PN}-compression \ 51 ${PYTHON_PN}-compression \
52 ${PYTHON_PN}-email \ 52 ${PYTHON_PN}-email \
53 ${PYTHON_PN}-plistlib \ 53 ${PYTHON_PN}-plistlib \
54 ${PYTHON_PN}-pprint \ 54 ${PYTHON_PN}-pprint \
55" 55"