diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-09-19 00:18:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-11 18:41:38 +0100 |
commit | 5db1de261faba4b0d794294ee96559edd6dfc9f6 (patch) | |
tree | 26aecc2bbe2823bf3450cfc6ce4372aafd3e225b /meta/recipes-devtools/python | |
parent | 62ef53c4a9a106db379e2f6cade4b3b40fbc6aed (diff) | |
download | poky-5db1de261faba4b0d794294ee96559edd6dfc9f6.tar.gz |
python3-setuptools: minor cleanup
(From OE-Core rev: 7c1525bfd7b56db5e78e5459e2e415799675a13c)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_58.0.4.bb | 46 |
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 | |||
15 | DEPENDS += "${PYTHON_PN}" | 15 | DEPENDS += "${PYTHON_PN}" |
16 | 16 | ||
17 | RDEPENDS:${PN} = "\ | 17 | RDEPENDS:${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 | ||
39 | do_install:prepend() { | 39 | do_install:prepend() { |
@@ -48,8 +48,8 @@ BBCLASSEXTEND = "native nativesdk" | |||
48 | PACKAGES =+ "${PYTHON_PN}-pkg-resources " | 48 | PACKAGES =+ "${PYTHON_PN}-pkg-resources " |
49 | FILES:${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" | 49 | FILES:${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" |
50 | RDEPENDS:${PYTHON_PN}-pkg-resources = "\ | 50 | RDEPENDS:${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 | " |