diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-03-06 07:42:22 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-07 17:25:02 +0000 |
| commit | 51460be41f5c9a047a6da3ebf1dcaa7d331352fe (patch) | |
| tree | 6e3bd204453914f55ffbc6c6dace71657462d7ec /meta/recipes-devtools/python/python3-setuptools_69.0.3.bb | |
| parent | 8fda67f5570e1eb1753f649b4aae49074e36960b (diff) | |
| download | poky-51460be41f5c9a047a6da3ebf1dcaa7d331352fe.tar.gz | |
python3-setuptools: upgrade 69.0.3 -> 69.1.1
(From OE-Core rev: a953d88346d4ee93b5669c079586ae27d71552dc)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb | 55 |
1 files changed, 0 insertions, 55 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 deleted file mode 100644 index 715c89338f..0000000000 --- a/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb +++ /dev/null | |||
| @@ -1,55 +0,0 @@ | |||
| 1 | SUMMARY = "Download, build, install, upgrade, and uninstall Python packages" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/setuptools" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" | ||
| 6 | |||
| 7 | inherit pypi python_setuptools_build_meta | ||
| 8 | |||
| 9 | SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch" | ||
| 10 | |||
| 11 | SRC_URI += " \ | ||
| 12 | file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" | ||
| 13 | |||
| 14 | SRC_URI[sha256sum] = "be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78" | ||
| 15 | |||
| 16 | DEPENDS += "python3" | ||
| 17 | |||
| 18 | RDEPENDS:${PN} = "\ | ||
| 19 | python3-2to3 \ | ||
| 20 | python3-compile \ | ||
| 21 | python3-compression \ | ||
| 22 | python3-ctypes \ | ||
| 23 | python3-email \ | ||
| 24 | python3-html \ | ||
| 25 | python3-json \ | ||
| 26 | python3-netserver \ | ||
| 27 | python3-numbers \ | ||
| 28 | python3-pickle \ | ||
| 29 | python3-pkg-resources \ | ||
| 30 | python3-pkgutil \ | ||
| 31 | python3-plistlib \ | ||
| 32 | python3-shell \ | ||
| 33 | python3-stringold \ | ||
| 34 | python3-threading \ | ||
| 35 | python3-unittest \ | ||
| 36 | python3-xml \ | ||
| 37 | " | ||
| 38 | |||
| 39 | BBCLASSEXTEND = "native nativesdk" | ||
| 40 | |||
| 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 | ||
| 43 | # minimal distributions. | ||
| 44 | PACKAGES =+ "python3-pkg-resources " | ||
| 45 | FILES:python3-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" | ||
| 46 | RDEPENDS:python3-pkg-resources = "\ | ||
| 47 | python3-compression \ | ||
| 48 | python3-email \ | ||
| 49 | python3-plistlib \ | ||
| 50 | python3-pprint \ | ||
| 51 | " | ||
| 52 | |||
| 53 | # This used to use the bootstrap install which didn't compile. Until we bump the | ||
| 54 | # tmpdir version we can't compile the native otherwise the sysroot unpack fails | ||
| 55 | INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" | ||
