diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-10 17:39:51 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:07 +0100 |
| commit | 8d4149f232bd3eef5ec1983b459f8f53aad41a2a (patch) | |
| tree | c97deff7f24f93d182348579fde6e5701afee98e /meta/recipes-devtools/python/python3-installer_0.6.0.bb | |
| parent | 46e219de6301c5dc9919126aaf86bafa8f0ee524 (diff) | |
| download | poky-8d4149f232bd3eef5ec1983b459f8f53aad41a2a.tar.gz | |
python3-installer: upgrade 0.6.0 -> 0.7.0
(From OE-Core rev: 18d511f1f03b5f33e791b1e9c97ef136df3ebf0c)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.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/python3-installer_0.6.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-installer_0.6.0.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-devtools/python/python3-installer_0.6.0.bb b/meta/recipes-devtools/python/python3-installer_0.6.0.bb deleted file mode 100644 index a2130a4507..0000000000 --- a/meta/recipes-devtools/python/python3-installer_0.6.0.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | SUMMARY = "Library and tool for installing Python wheels" | ||
| 2 | DESCRIPTION = "A low-level library for installing a Python package from a wheel distribution." | ||
| 3 | HOMEPAGE = "https://installer.readthedocs.io/" | ||
| 4 | BUGTRACKER = "https://github.com/pypa/installer/issues" | ||
| 5 | |||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5038641aec7a77451e31da828ebfae00" | ||
| 8 | |||
| 9 | SRC_URI += "file://interpreter.patch" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "f3bd36cd261b440a88a1190b1becca0578fee90b4b62decc796932fdd5ae8839" | ||
| 12 | |||
| 13 | inherit pypi python_flit_core | ||
| 14 | |||
| 15 | # Bootstrap the native build | ||
| 16 | DEPENDS:remove:class-native = "python3-build-native python3-installer-native" | ||
| 17 | |||
| 18 | INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" | ||
| 19 | |||
| 20 | do_compile:class-native () { | ||
| 21 | python_flit_core_do_manual_build | ||
| 22 | } | ||
| 23 | |||
| 24 | do_install:prepend:class-native() { | ||
| 25 | export PYTHONPATH="${S}/src" | ||
| 26 | } | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | ||
