summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-28 23:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commitbb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch)
tree76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
parentfcc456ee4b8f619134abb4649db53c638074082c (diff)
downloadpoky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_57.1.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_57.1.0.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb b/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
index c066d8209f..63c0fe97ff 100644
--- a/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=19;md5=7a7126e068206290f3
6 6
7inherit pypi setuptools3 7inherit pypi setuptools3
8 8
9SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch" 9SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch"
10 10
11SRC_URI += "file://0001-change-shebang-to-python3.patch" 11SRC_URI += "file://0001-change-shebang-to-python3.patch"
12 12
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "cfca9c97e7eebbc8abe18d5e5e962a08dcad55bb63afddd82d681de4d2
14 14
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 \
@@ -36,7 +36,7 @@ RDEPENDS_${PN} = "\
36 ${PYTHON_PN}-xml \ 36 ${PYTHON_PN}-xml \
37" 37"
38 38
39do_install_prepend() { 39do_install:prepend() {
40 install -d ${D}${PYTHON_SITEPACKAGES_DIR} 40 install -d ${D}${PYTHON_SITEPACKAGES_DIR}
41} 41}
42 42
@@ -46,8 +46,8 @@ BBCLASSEXTEND = "native nativesdk"
46# and easy_install. Ship it in a separate package so that it can be used by 46# and easy_install. Ship it in a separate package so that it can be used by
47# minimal distributions. 47# minimal distributions.
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 \