diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-wheel_0.46.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-wheel_0.46.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-wheel_0.46.1.bb b/meta/recipes-devtools/python/python3-wheel_0.46.1.bb new file mode 100644 index 0000000000..058af2f0e7 --- /dev/null +++ b/meta/recipes-devtools/python/python3-wheel_0.46.1.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "The official binary distribution format for Python " | ||
2 | HOMEPAGE = "https://github.com/pypa/wheel" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf" | ||
6 | |||
7 | SRC_URI[sha256sum] = "fd477efb5da0f7df1d3c76c73c14394002c844451bd63229d8570f376f5e6a38" | ||
8 | |||
9 | inherit python_flit_core pypi ptest-python-pytest | ||
10 | |||
11 | RDEPENDS:${PN} += "python3-packaging" | ||
12 | |||
13 | # One test is skipped but requires the "full" python3-flit, not just python3-flit-core | ||
14 | RDEPENDS:${PN}-ptest += "python3-setuptools" | ||
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||
17 | |||
18 | # This used to use the bootstrap install which didn't compile. Until we bump the | ||
19 | # tmpdir version we can't compile the native otherwise the sysroot unpack fails | ||
20 | INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" | ||