summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-wheel_0.46.1.bb
diff options
context:
space:
mode:
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.bb20
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 @@
1SUMMARY = "The official binary distribution format for Python "
2HOMEPAGE = "https://github.com/pypa/wheel"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf"
6
7SRC_URI[sha256sum] = "fd477efb5da0f7df1d3c76c73c14394002c844451bd63229d8570f376f5e6a38"
8
9inherit python_flit_core pypi ptest-python-pytest
10
11RDEPENDS:${PN} += "python3-packaging"
12
13# One test is skipped but requires the "full" python3-flit, not just python3-flit-core
14RDEPENDS:${PN}-ptest += "python3-setuptools"
15
16BBCLASSEXTEND = "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
20INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"