summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_69.0.3.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_69.0.3.bb52
1 files changed, 26 insertions, 26 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb b/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb
index ae8944f8b3..715c89338f 100644
--- a/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb
@@ -13,27 +13,27 @@ SRC_URI += " \
13 13
14SRC_URI[sha256sum] = "be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78" 14SRC_URI[sha256sum] = "be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78"
15 15
16DEPENDS += "${PYTHON_PN}" 16DEPENDS += "python3"
17 17
18RDEPENDS:${PN} = "\ 18RDEPENDS:${PN} = "\
19 ${PYTHON_PN}-2to3 \ 19 python3-2to3 \
20 ${PYTHON_PN}-compile \ 20 python3-compile \
21 ${PYTHON_PN}-compression \ 21 python3-compression \
22 ${PYTHON_PN}-ctypes \ 22 python3-ctypes \
23 ${PYTHON_PN}-email \ 23 python3-email \
24 ${PYTHON_PN}-html \ 24 python3-html \
25 ${PYTHON_PN}-json \ 25 python3-json \
26 ${PYTHON_PN}-netserver \ 26 python3-netserver \
27 ${PYTHON_PN}-numbers \ 27 python3-numbers \
28 ${PYTHON_PN}-pickle \ 28 python3-pickle \
29 ${PYTHON_PN}-pkg-resources \ 29 python3-pkg-resources \
30 ${PYTHON_PN}-pkgutil \ 30 python3-pkgutil \
31 ${PYTHON_PN}-plistlib \ 31 python3-plistlib \
32 ${PYTHON_PN}-shell \ 32 python3-shell \
33 ${PYTHON_PN}-stringold \ 33 python3-stringold \
34 ${PYTHON_PN}-threading \ 34 python3-threading \
35 ${PYTHON_PN}-unittest \ 35 python3-unittest \
36 ${PYTHON_PN}-xml \ 36 python3-xml \
37" 37"
38 38
39BBCLASSEXTEND = "native nativesdk" 39BBCLASSEXTEND = "native nativesdk"
@@ -41,13 +41,13 @@ BBCLASSEXTEND = "native nativesdk"
41# The pkg-resources module can be used by itself, without the package downloader 41# The pkg-resources module can be used by itself, without the package downloader
42# and easy_install. Ship it in a separate package so that it can be used by 42# and easy_install. Ship it in a separate package so that it can be used by
43# minimal distributions. 43# minimal distributions.
44PACKAGES =+ "${PYTHON_PN}-pkg-resources " 44PACKAGES =+ "python3-pkg-resources "
45FILES:${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" 45FILES:python3-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*"
46RDEPENDS:${PYTHON_PN}-pkg-resources = "\ 46RDEPENDS:python3-pkg-resources = "\
47 ${PYTHON_PN}-compression \ 47 python3-compression \
48 ${PYTHON_PN}-email \ 48 python3-email \
49 ${PYTHON_PN}-plistlib \ 49 python3-plistlib \
50 ${PYTHON_PN}-pprint \ 50 python3-pprint \
51" 51"
52 52
53# This used to use the bootstrap install which didn't compile. Until we bump the 53# This used to use the bootstrap install which didn't compile. Until we bump the