diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_52.0.0.bb (renamed from meta/recipes-devtools/python/python3-setuptools_51.0.0.bb) | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_51.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_52.0.0.bb index dc09c13846..118f416657 100644 --- a/meta/recipes-devtools/python/python3-setuptools_51.0.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_52.0.0.bb | |||
| @@ -2,9 +2,7 @@ SUMMARY = "Download, build, install, upgrade, and uninstall Python packages" | |||
| 2 | HOMEPAGE = "https://pypi.org/project/setuptools" | 2 | HOMEPAGE = "https://pypi.org/project/setuptools" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=19;md5=9a33897f1bca1160d7aad3835152e158" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=19;md5=7a7126e068206290f3fe9f8d6c713ea6" |
| 6 | |||
| 7 | PYPI_PACKAGE_EXT = "zip" | ||
| 8 | 6 | ||
| 9 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
| 10 | 8 | ||
| @@ -12,7 +10,7 @@ SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-e | |||
| 12 | 10 | ||
| 13 | SRC_URI += "file://0001-change-shebang-to-python3.patch" | 11 | SRC_URI += "file://0001-change-shebang-to-python3.patch" |
| 14 | 12 | ||
| 15 | SRC_URI[sha256sum] = "029c49fd713e9230f6a41c0298e6e1f5839f2cde7104c0ad5e053a37777e7688" | 13 | SRC_URI[sha256sum] = "fb3a1ee622509550dbf1d419f241296169d7f09cb1eb5b1736f2f10965932b96" |
| 16 | 14 | ||
| 17 | DEPENDS += "${PYTHON_PN}" | 15 | DEPENDS += "${PYTHON_PN}" |
| 18 | 16 | ||
| @@ -42,10 +40,6 @@ do_install_prepend() { | |||
| 42 | install -d ${D}${PYTHON_SITEPACKAGES_DIR} | 40 | install -d ${D}${PYTHON_SITEPACKAGES_DIR} |
| 43 | } | 41 | } |
| 44 | 42 | ||
| 45 | do_install_append() { | ||
| 46 | mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install | ||
| 47 | } | ||
| 48 | |||
| 49 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |
| 50 | 44 | ||
| 51 | # The pkg-resources module can be used by itself, without the package downloader | 45 | # The pkg-resources module can be used by itself, without the package downloader |
