summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
diff options
context:
space:
mode:
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 \