* [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS
@ 2026-08-13 20:07 Khem Raj
2026-08-13 20:07 ` [meta-oe][PATCH 02/80] b4: " Khem Raj
` (78 more replies)
0 siblings, 79 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../gpiod-sysfs-proxy/gpiod-sysfs-proxy_1.0.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_1.0.2.bb b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_1.0.2.bb
index 6cababfe69..57f4a7cb8f 100644
--- a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_1.0.2.bb
+++ b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_1.0.2.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSES/MIT.txt;md5=b1008aa4e86ef6163fc80a22d1547bea
inherit systemd update-rc.d ptest pypi python_pep517 python_setuptools_build_meta useradd
+DEPENDS += "python3-wheel-native"
+
PYPI_PACKAGE = "gpiod_sysfs_proxy"
SRC_URI += " \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-oe][PATCH 02/80] b4: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-oe][PATCH 03/80] python3-psycopg: " Khem Raj
` (77 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-oe/recipes-devtools/b4/b4_0.15.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-oe/recipes-devtools/b4/b4_0.15.2.bb b/meta-oe/recipes-devtools/b4/b4_0.15.2.bb
index 002f6ccfeb..3a6fd79615 100644
--- a/meta-oe/recipes-devtools/b4/b4_0.15.2.bb
+++ b/meta-oe/recipes-devtools/b4/b4_0.15.2.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
inherit pypi python_pep517 python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "b815f2aed2288718cfe2a14c76421a00bc4f0918ea32b45dd1645c999fdda69d"
RDEPENDS:${PN} += " \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-oe][PATCH 03/80] python3-psycopg: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
2026-08-13 20:07 ` [meta-oe][PATCH 02/80] b4: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 04/80] python3-h2: " Khem Raj
` (76 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-oe/recipes-devtools/python/python3-psycopg_3.3.3.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.3.3.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.3.3.bb
index d6df529686..7b8bdba690 100644
--- a/meta-oe/recipes-devtools/python/python3-psycopg_3.3.3.bb
+++ b/meta-oe/recipes-devtools/python/python3-psycopg_3.3.3.bb
@@ -11,4 +11,6 @@ SRC_URI[sha256sum] = "5e9a47458b3c1583326513b2556a2a9473a1001a56c9efe9e587245b43
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} = "libpq"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 04/80] python3-h2: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
2026-08-13 20:07 ` [meta-oe][PATCH 02/80] b4: " Khem Raj
2026-08-13 20:07 ` [meta-oe][PATCH 03/80] python3-psycopg: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 05/80] python3-hpack: " Khem Raj
` (75 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-connectivity/python-h2/python3-h2_4.4.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-connectivity/python-h2/python3-h2_4.4.1.bb b/meta-python/recipes-connectivity/python-h2/python3-h2_4.4.1.bb
index 0ae7e1a102..007f46d016 100644
--- a/meta-python/recipes-connectivity/python-h2/python3-h2_4.4.1.bb
+++ b/meta-python/recipes-connectivity/python-h2/python3-h2_4.4.1.bb
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "4e866ffb1a869ae14dd9b5e6beb5c24a13da0495ad72b65925ded18252
inherit ptest-python-pytest pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += "python3-hpack python3-hyperframe"
RDEPENDS:${PN}-ptest += "python3-hypothesis"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 05/80] python3-hpack: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (2 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 04/80] python3-h2: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 06/80] python3-thrift: " Khem Raj
` (74 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../recipes-connectivity/python-hpack/python3-hpack_4.2.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.2.0.bb b/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.2.0.bb
index 1688f9a877..0e189fa0d3 100644
--- a/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.2.0.bb
+++ b/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.2.0.bb
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "0895cfa3b5531fc65fe439c05eb65144f123bf7a394fcaa56aa423548d
inherit ptest-python-pytest pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += "python3-logging"
RDEPENDS:${PN}-ptest += "python3-hypothesis"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 06/80] python3-thrift: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (3 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 05/80] python3-hpack: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 07/80] python3-asttokens: " Khem Raj
` (73 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../recipes-connectivity/python-thrift/python3-thrift_0.24.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.24.0.bb b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.24.0.bb
index 5f2bdc6e53..911ab1ddc6 100644
--- a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.24.0.bb
+++ b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.24.0.bb
@@ -6,6 +6,8 @@ SRC_URI[sha256sum] = "9ef601c49e988475ff0e741d8e1b45feec23b48514e524341efc274191
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
# Use different filename to prevent conflicts with thrift itself
PYPI_SRC_URI:append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 07/80] python3-asttokens: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (4 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 06/80] python3-thrift: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 08/80] python3-async-timeout: " Khem Raj
` (72 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb b/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb
index 8f460cee8d..3dad63b500 100644
--- a/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb
@@ -7,6 +7,8 @@ PYPI_PACKAGE = "asttokens"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "3ecdbd8f2cc195f53ccada3a613538bb5f9ef6f6869129f13e03c30a677b8fe2"
DEPENDS += "python3-setuptools-scm-native"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 08/80] python3-async-timeout: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (5 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 07/80] python3-asttokens: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 09/80] python3-automat: " Khem Raj
` (71 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../recipes-devtools/python/python3-async-timeout_4.0.3.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb b/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb
index 480d4cb02e..4606234be7 100644
--- a/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb
@@ -13,6 +13,8 @@ SRC_URI[sha256sum] = "4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c4
PYPI_PACKAGE = "async-timeout"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} = "\
python3-asyncio \
"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 09/80] python3-automat: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (6 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 08/80] python3-async-timeout: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 10/80] python3-behave: " Khem Raj
` (70 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-automat_25.4.16.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-automat_25.4.16.bb b/meta-python/recipes-devtools/python/python3-automat_25.4.16.bb
index e95138849d..29b26dd358 100644
--- a/meta-python/recipes-devtools/python/python3-automat_25.4.16.bb
+++ b/meta-python/recipes-devtools/python/python3-automat_25.4.16.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "0017591a5477066e90d26b0e696ddc143baafd87b588cfac8100bc6be9
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
DEPENDS += "\
python3-hatch-vcs-native \
"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 10/80] python3-behave: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (7 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 09/80] python3-automat: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 11/80] python3-bumble: " Khem Raj
` (69 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-behave_1.3.3.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-behave_1.3.3.bb b/meta-python/recipes-devtools/python/python3-behave_1.3.3.bb
index 77bbfde7b8..9be8f25b44 100644
--- a/meta-python/recipes-devtools/python/python3-behave_1.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-behave_1.3.3.bb
@@ -10,6 +10,8 @@ SRC_URI += "git://github.com/behave/behave;branch=release/v1.3.x;protocol=https"
inherit python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += " \
python3-parse-type \
python3-setuptools \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 11/80] python3-bumble: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (8 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 10/80] python3-behave: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 12/80] python3-canopen: " Khem Raj
` (68 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-bumble_0.0.233.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-bumble_0.0.233.bb b/meta-python/recipes-devtools/python/python3-bumble_0.0.233.bb
index d8aa40666c..9e45fc9dd2 100644
--- a/meta-python/recipes-devtools/python/python3-bumble_0.0.233.bb
+++ b/meta-python/recipes-devtools/python/python3-bumble_0.0.233.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "0883e2dc744f0b8228f5095f54bdf8df7f74e47d92bc5fd97ebfc2ee48
inherit pypi python_setuptools_build_meta ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN} += "\
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 12/80] python3-canopen: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (9 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 11/80] python3-bumble: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 13/80] python3-click-repl: " Khem Raj
` (67 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-canopen_2.4.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-canopen_2.4.1.bb b/meta-python/recipes-devtools/python/python3-canopen_2.4.1.bb
index b0c6f9f10e..bf6d505e2d 100644
--- a/meta-python/recipes-devtools/python/python3-canopen_2.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-canopen_2.4.1.bb
@@ -9,6 +9,8 @@ DEPENDS += "python3-setuptools-scm-native"
inherit python_setuptools_build_meta pypi
+DEPENDS += "python3-wheel-native"
+
# The sdist has no git metadata for setuptools_scm to look at.
export SETUPTOOLS_SCM_PRETEND_VERSION = "${PV}"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 13/80] python3-click-repl: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (10 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 12/80] python3-canopen: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 14/80] python3-cppy: " Khem Raj
` (66 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-click-repl_0.3.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-click-repl_0.3.0.bb b/meta-python/recipes-devtools/python/python3-click-repl_0.3.0.bb
index 46cf1b3784..b0844ed5a2 100644
--- a/meta-python/recipes-devtools/python/python3-click-repl_0.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-click-repl_0.3.0.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "17849c23dba3d667247dc4defe1757fff98694e90fe37474f3feebb69c
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += " \
python3-click \
python3-prompt-toolkit \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 14/80] python3-cppy: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (11 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 13/80] python3-click-repl: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 15/80] python3-daemon: " Khem Raj
` (65 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-cppy_1.3.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-cppy_1.3.1.bb b/meta-python/recipes-devtools/python/python3-cppy_1.3.1.bb
index ff463f6833..7acee20594 100644
--- a/meta-python/recipes-devtools/python/python3-cppy_1.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cppy_1.3.1.bb
@@ -9,6 +9,8 @@ RDEPENDS:${PN} += "python3-setuptools"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI += " file://0001-Fix-build-error-as-following.patch \
"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 15/80] python3-daemon: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (12 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 14/80] python3-cppy: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 16/80] python3-dateutil: " Khem Raj
` (64 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-daemon_3.1.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-daemon_3.1.2.bb b/meta-python/recipes-devtools/python/python3-daemon_3.1.2.bb
index 6b76ba6cec..761c746a24 100644
--- a/meta-python/recipes-devtools/python/python3-daemon_3.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-daemon_3.1.2.bb
@@ -13,6 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55f76b1b31719284caf4bc3ecbb70d6f"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "f7b04335adc473de877f5117e26d5f1142f4c9f7cd765408f0877757be5afbf4"
PYPI_PACKAGE = "python_daemon"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 16/80] python3-dateutil: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (13 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 15/80] python3-daemon: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 17/80] python3-dbus-fast: " Khem Raj
` (63 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb
index 074f5fbeca..2999606e06 100644
--- a/meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb
@@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "78e73e19c63f5b20ffa567001531680d939dc042bf7850431877645523
PYPI_PACKAGE = "python-dateutil"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
PACKAGES =+ "${PN}-zoneinfo"
FILES:${PN}-zoneinfo = "${PYTHON_SITEPACKAGES_DIR}/dateutil/zoneinfo"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 17/80] python3-dbus-fast: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (14 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 16/80] python3-dateutil: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 18/80] python3-distlib: " Khem Raj
` (62 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-dbus-fast_4.0.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_4.0.0.bb b/meta-python/recipes-devtools/python/python3-dbus-fast_4.0.0.bb
index 15bbc1706e..a45a7fa920 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-fast_4.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dbus-fast_4.0.0.bb
@@ -11,6 +11,8 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
inherit pypi python_poetry_core cython
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += " \
python3-core (>=3.7) \
python3-async-timeout \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 18/80] python3-distlib: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (15 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 17/80] python3-dbus-fast: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 19/80] python3-executing: " Khem Raj
` (61 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb b/meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb
index 146803a45c..d094186236 100644
--- a/meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb
@@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f40
BBCLASSEXTEND = "native nativesdk"
inherit pypi python_setuptools_build_meta
+
+DEPENDS += "python3-wheel-native"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 19/80] python3-executing: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (16 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 18/80] python3-distlib: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 20/80] python3-fasteners: " Khem Raj
` (60 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-executing_2.2.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-executing_2.2.1.bb b/meta-python/recipes-devtools/python/python3-executing_2.2.1.bb
index 2bac5e8486..79c0e922ce 100644
--- a/meta-python/recipes-devtools/python/python3-executing_2.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-executing_2.2.1.bb
@@ -6,4 +6,6 @@ DEPENDS = "python3-setuptools-scm-native"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "3632cc370565f6648cc328b32435bd120a1e4ebb20c77e3fdde9a13cd1e533c4"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 20/80] python3-fasteners: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (17 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 19/80] python3-executing: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 21/80] python3-file-magic: " Khem Raj
` (59 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-fasteners_0.20.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.20.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.20.bb
index 05cf1e09cf..ace821c79a 100644
--- a/meta-python/recipes-devtools/python/python3-fasteners_0.20.bb
+++ b/meta-python/recipes-devtools/python/python3-fasteners_0.20.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "55dce8792a41b56f727ba6e123fcaee77fd87e638a6863cec00007bfea
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += "\
python3-logging \
python3-fcntl \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 21/80] python3-file-magic: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (18 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 20/80] python3-fasteners: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 22/80] python3-flask-httpauth: " Khem Raj
` (58 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb b/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb
index 0491d02b1d..cf0296b018 100644
--- a/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb
@@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "a91d1483117f7ed48cd0238ad9be36b04824d57e9c38ea7523113989e8
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += " \
file \
python3-core \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 22/80] python3-flask-httpauth: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (19 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 21/80] python3-file-magic: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 23/80] python3-flexcache: " Khem Raj
` (57 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../recipes-devtools/python/python3-flask-httpauth_4.8.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb b/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb
index 1b43b834c1..f090f1d40f 100644
--- a/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
PYPI_PACKAGE = "Flask-HTTPAuth"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 23/80] python3-flexcache: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (20 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 22/80] python3-flask-httpauth: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 24/80] python3-flexparser: " Khem Raj
` (56 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-flexcache_0.3.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb b/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb
index 35769b45c4..e86d7553ca 100644
--- a/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb
@@ -6,6 +6,8 @@ DEPENDS += "python3-setuptools-scm-native"
SRC_URI[sha256sum] = "18743bd5a0621bfe2cf8d519e4c3bfdf57a269c15d1ced3fb4b64e0ff4600656"
inherit pypi python_setuptools_build_meta ptest-python-pytest
+
+DEPENDS += "python3-wheel-native"
PYPI_PACKAGE = "flexcache"
PTEST_PYTEST_DIR = "flexcache/testsuite"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 24/80] python3-flexparser: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (21 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 23/80] python3-flexcache: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 25/80] python3-freezegun: " Khem Raj
` (55 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-flexparser_0.4.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb b/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb
index c3d8fe28ac..011ba596c4 100644
--- a/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "266d98905595be2ccc5da964fe0a2c3526fbbffdc45b65b3146d75db99
inherit pypi python_setuptools_build_meta ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
PYPI_PACKAGE = "flexparser"
PTEST_PYTEST_DIR = "flexparser/testsuite"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 25/80] python3-freezegun: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (22 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 24/80] python3-flexparser: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 26/80] python3-genson: " Khem Raj
` (54 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-freezegun_1.5.5.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-freezegun_1.5.5.bb b/meta-python/recipes-devtools/python/python3-freezegun_1.5.5.bb
index 878d438070..a9ce3d6f00 100644
--- a/meta-python/recipes-devtools/python/python3-freezegun_1.5.5.bb
+++ b/meta-python/recipes-devtools/python/python3-freezegun_1.5.5.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "ac7742a6cc6c25a2c35e9292dfd554b897b517d2dec26891a2e8debf20
inherit pypi python_setuptools_build_meta ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN}-ptest += " \
python3-sqlite3 \
"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 26/80] python3-genson: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (23 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 25/80] python3-freezegun: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 27/80] python3-gnupg: " Khem Raj
` (53 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-genson_1.4.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-genson_1.4.0.bb b/meta-python/recipes-devtools/python/python3-genson_1.4.0.bb
index 51b9c90f31..6cb4cedd9f 100644
--- a/meta-python/recipes-devtools/python/python3-genson_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-genson_1.4.0.bb
@@ -12,6 +12,8 @@ SRC_URI = " \
inherit python_setuptools_build_meta ptest
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN}-ptest += " \
python3-pytest \
python3-core \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 27/80] python3-gnupg: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (24 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 26/80] python3-genson: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 28/80] python3-grpcio: " Khem Raj
` (52 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-gnupg_0.5.5.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.5.5.bb b/meta-python/recipes-devtools/python/python3-gnupg_0.5.5.bb
index 38e5b99341..2f2738ce9a 100644
--- a/meta-python/recipes-devtools/python/python3-gnupg_0.5.5.bb
+++ b/meta-python/recipes-devtools/python/python3-gnupg_0.5.5.bb
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "3fdcaf76f60a1b948ff8e37dc398d03cf9ce7427065d583082b92da7a4
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += " \
gnupg-gpg \
python3-logging \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 28/80] python3-grpcio: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (25 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 27/80] python3-gnupg: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 29/80] python3-httplib2: " Khem Raj
` (51 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb
index a5d77d952f..a926ac2baf 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb
@@ -20,6 +20,8 @@ RDEPENDS:${PN} = "python3-protobuf python3-typing-extensions"
inherit python_setuptools_build_meta cython
inherit pypi
+DEPENDS += "python3-wheel-native"
+
CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE"
# unbundling abseil-cpp needs work on dynamic linker issue
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 29/80] python3-httplib2: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (26 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 28/80] python3-grpcio: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 30/80] python3-huey: " Khem Raj
` (50 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-httplib2_0.32.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.32.0.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.32.0.bb
index 4c1d0539e4..801dbb0a32 100644
--- a/meta-python/recipes-devtools/python/python3-httplib2_0.32.0.bb
+++ b/meta-python/recipes-devtools/python/python3-httplib2_0.32.0.bb
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "48a0ef30a42db65d8f3399045e1d09ab0ba66e3b9efc360d07f80ea55d
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += "\
python3-compression \
python3-netclient \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 30/80] python3-huey: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (27 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 29/80] python3-httplib2: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 31/80] python3-hyperlink: " Khem Raj
` (49 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-huey_3.3.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-huey_3.3.2.bb b/meta-python/recipes-devtools/python/python3-huey_3.3.2.bb
index 47758ea655..19d2e59ef2 100644
--- a/meta-python/recipes-devtools/python/python3-huey_3.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-huey_3.3.2.bb
@@ -16,3 +16,5 @@ RDEPENDS:${PN} += " \
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 31/80] python3-hyperlink: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (28 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 30/80] python3-huey: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 32/80] python3-icu: " Khem Raj
` (48 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb b/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb
index a3fae39c7f..431cf72f64 100644
--- a/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d27
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += "python3-stringold python3-netclient python3-idna"
PACKAGES =. "${PN}-test "
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 32/80] python3-icu: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (29 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 31/80] python3-hyperlink: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 33/80] python3-imageio: " Khem Raj
` (47 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-icu_2.16.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb b/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb
index ca7cca4457..95e4aa79af 100644
--- a/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb
+++ b/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb
@@ -16,6 +16,8 @@ SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch"
inherit pkgconfig pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
# it's lowercase pyicu instead of ${PYPI_PACKAGE} in this version
S = "${UNPACKDIR}/pyicu-${PV}"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 33/80] python3-imageio: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (30 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 32/80] python3-icu: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 34/80] python3-iso3166: " Khem Raj
` (46 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-imageio_2.37.4.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.37.4.bb b/meta-python/recipes-devtools/python/python3-imageio_2.37.4.bb
index 5beb1c5239..de59f27c89 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.37.4.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.37.4.bb
@@ -9,4 +9,6 @@ SRC_URI[sha256sum] = "e45cbc5e83502047fb138f7f585f7f105a136a57eea5f4b3cfc6ce1b52
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} = "python3-numpy python3-pillow"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 34/80] python3-iso3166: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (31 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 33/80] python3-imageio: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 35/80] python3-janus: " Khem Raj
` (45 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb b/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb
index 6b96f5775c..876a224d90 100644
--- a/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "fcd551b8dda66b44e9f9e6d6bbbee3a1145a22447c0a556e5d0fb1ad1e
inherit pypi python_setuptools_build_meta ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += "python3-numbers"
BBCLASSEXTEND = "native nativesdk"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 35/80] python3-janus: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (32 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 34/80] python3-iso3166: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 36/80] python3-lazy: " Khem Raj
` (44 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-janus_2.0.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-janus_2.0.0.bb b/meta-python/recipes-devtools/python/python3-janus_2.0.0.bb
index 9209f96d66..1dae961971 100644
--- a/meta-python/recipes-devtools/python/python3-janus_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-janus_2.0.0.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "0970f38e0e725400496c834a368a67ee551dc3b5ad0a257e132f5b46f2
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += "\
python3-asyncio \
python3-threading \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 36/80] python3-lazy: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (33 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 35/80] python3-janus: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 37/80] python3-lru-dict: " Khem Raj
` (43 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-lazy_2.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-lazy_2.0.bb b/meta-python/recipes-devtools/python/python3-lazy_2.0.bb
index 940686af72..f8bf9a72f8 100644
--- a/meta-python/recipes-devtools/python/python3-lazy_2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-lazy_2.0.bb
@@ -6,3 +6,5 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0ba506a1df3b54afc8b01c9964bb6bdb"
SRC_URI[sha256sum] = "f92ec0d32dd6bd115ddec4e3323473ebc0b682ad58c6aca78ebfd9e6d1aa5777"
inherit pypi python_setuptools_build_meta
+
+DEPENDS += "python3-wheel-native"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 37/80] python3-lru-dict: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (34 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 36/80] python3-lazy: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 38/80] python3-luma-core: " Khem Raj
` (42 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-lru-dict_1.3.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-lru-dict_1.3.0.bb b/meta-python/recipes-devtools/python/python3-lru-dict_1.3.0.bb
index 236daca490..d136dcb005 100644
--- a/meta-python/recipes-devtools/python/python3-lru-dict_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-lru-dict_1.3.0.bb
@@ -7,3 +7,5 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9d10a486ee04034fdef5162fd791f153"
SRC_URI[sha256sum] = "54fd1966d6bd1fcde781596cb86068214edeebff1db13a2cea11079e3fd07b6b"
inherit pypi python_setuptools_build_meta
+
+DEPENDS += "python3-wheel-native"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 38/80] python3-luma-core: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (35 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 37/80] python3-lru-dict: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 39/80] python3-luma-oled: " Khem Raj
` (41 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb b/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb
index 7c03aef40e..1d37cd7187 100644
--- a/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2083293a38df91b8d470d3fe30069262"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "963c264164d4374f549d57db09599e0ca458cea1bd05e16939897619be4e6dbd"
PYPI_PACKAGE = "luma.core"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 39/80] python3-luma-oled: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (36 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 38/80] python3-luma-core: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 40/80] python3-lz4: " Khem Raj
` (40 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-luma-oled_3.15.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-luma-oled_3.15.0.bb b/meta-python/recipes-devtools/python/python3-luma-oled_3.15.0.bb
index 1182ad1de3..df30667775 100644
--- a/meta-python/recipes-devtools/python/python3-luma-oled_3.15.0.bb
+++ b/meta-python/recipes-devtools/python/python3-luma-oled_3.15.0.bb
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ddfca5d3a55dc20707b094137c913c4c"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "16925fe668f484803df0683add800b19e5dd7316a1d64eb06ec2ae817473901e"
PYPI_PACKAGE = "luma_oled"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 40/80] python3-lz4: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (37 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 39/80] python3-luma-oled: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 41/80] python3-m2crypto: " Khem Raj
` (39 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-lz4_4.4.5.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.4.5.bb b/meta-python/recipes-devtools/python/python3-lz4_4.4.5.bb
index e14d722861..34f0812f77 100644
--- a/meta-python/recipes-devtools/python/python3-lz4_4.4.5.bb
+++ b/meta-python/recipes-devtools/python/python3-lz4_4.4.5.bb
@@ -13,6 +13,8 @@ SRC_URI[sha256sum] = "5f0b9e53c1e82e88c10d7c180069363980136b9d7a8306c4dca4f760d6
inherit pkgconfig pypi python_setuptools_build_meta ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN}-ptest += "\
python3-coverage \
python3-pytest-cov \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 41/80] python3-m2crypto: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (38 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 40/80] python3-lz4: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 42/80] python3-mmh3: " Khem Raj
` (38 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Note: this alone does not get python3-m2crypto building again; it
still fails separately because its SWIG-generated bindings use
Python 2-era C-API symbols (e.g. PyString_FromString) that no longer
exist in Python 3.14. That is a distinct, pre-existing issue that
needs its own fix.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-m2crypto_0.48.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.48.0.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.48.0.bb
index a94c3f8d33..96c8a8797a 100644
--- a/meta-python/recipes-devtools/python/python3-m2crypto_0.48.0.bb
+++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.48.0.bb
@@ -13,6 +13,8 @@ CVE_STATUS[CVE-2020-25657] = "fixed-version: the used version (0.46.2) contains
inherit pypi siteinfo python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
DEPENDS += "openssl swig-native"
RDEPENDS:${PN} += "\
python3-datetime \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 42/80] python3-mmh3: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (39 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 41/80] python3-m2crypto: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 43/80] python3-moteus: " Khem Raj
` (37 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb b/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb
index 5d4030f46e..4d9be9a7b1 100644
--- a/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=53366c60f8214cfc1d3622ebacd141fb"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "bbea5b775f0ac84945191fb83f845a6fd9a21a03ea7f2e187defac7e401616ad"
BBCLASSEXTEND = "native nativesdk"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 43/80] python3-moteus: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (40 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 42/80] python3-mmh3: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 44/80] python3-nocasedict: " Khem Raj
` (36 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb b/meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb
index 1f360dcfc9..36348b0311 100644
--- a/meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "d66b00328e8cb3f57adfb54f43c6acb6d09c2215808c242725ece530fc7f9fdf"
S = "${UNPACKDIR}/moteus-${PV}"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 44/80] python3-nocasedict: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (41 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 43/80] python3-moteus: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 45/80] python3-nocaselist: " Khem Raj
` (35 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb b/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb
index 4580fff727..54514a3f83 100644
--- a/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "6f2b608602b0568cd06ff46e2a0f231d2a0c247d6dc120672c381cb291
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
DEPENDS += " \
python3-setuptools-scm-native \
python3-toml-native \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 45/80] python3-nocaselist: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (42 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 44/80] python3-nocasedict: " Khem Raj
@ 2026-08-13 20:07 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 46/80] python3-parse-type: " Khem Raj
` (34 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-nocaselist_2.2.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_2.2.0.bb b/meta-python/recipes-devtools/python/python3-nocaselist_2.2.0.bb
index 744c8312be..038be6c73c 100644
--- a/meta-python/recipes-devtools/python/python3-nocaselist_2.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-nocaselist_2.2.0.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "b06b3d6fec1abc05c607aa8e813599388727a08e18c223431d7469cf6e
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
DEPENDS += " \
python3-setuptools-scm-native \
python3-toml-native \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 46/80] python3-parse-type: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (43 preceding siblings ...)
2026-08-13 20:07 ` [meta-python][PATCH 45/80] python3-nocaselist: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 47/80] python3-pure-eval: " Khem Raj
` (33 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb
index 6d740cb130..0cffff3e82 100644
--- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb
+++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb
@@ -13,6 +13,8 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
inherit pypi ptest python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
DEPENDS += "python3-setuptools-scm-native"
do_install_ptest() {
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 47/80] python3-pure-eval: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (44 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 46/80] python3-parse-type: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 48/80] python3-py-cpuinfo: " Khem Raj
` (32 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb b/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb
index 63212346c6..5dbc8b203a 100644
--- a/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb
@@ -9,6 +9,8 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42"
RDEPENDS:${PN} += " \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 48/80] python3-py-cpuinfo: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (45 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 47/80] python3-pure-eval: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 49/80] python3-pyais: " Khem Raj
` (31 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb b/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb
index 8aef266e37..db0e2a96d8 100644
--- a/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb
@@ -10,6 +10,8 @@ SRC_URI[sha256sum] = "3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3
inherit ptest-python-pytest pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI += " \
file://0001-test_cli.py-disable.patch \
"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 49/80] python3-pyais: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (46 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 48/80] python3-py-cpuinfo: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 50/80] python3-pyaudio: " Khem Raj
` (30 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-pyais_3.1.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pyais_3.1.0.bb b/meta-python/recipes-devtools/python/python3-pyais_3.1.0.bb
index 38083c0189..a5c5dc1fd5 100644
--- a/meta-python/recipes-devtools/python/python3-pyais_3.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyais_3.1.0.bb
@@ -9,6 +9,8 @@ SRCREV = "293bc44c1e8740dd60f489205cc9edd72fd672f9"
inherit python_setuptools_build_meta ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
PYPI_PACKAGE = "pyais"
do_install_ptest:append() {
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 50/80] python3-pyaudio: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (47 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 49/80] python3-pyais: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 51/80] python3-pychromecast: " Khem Raj
` (29 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb
index 0e2810ae74..4a80f66fd8 100644
--- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb
+++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb
@@ -10,6 +10,8 @@ SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI += "file://0001-Remove-absolute-paths-into-build-machine-system-dirs.patch"
DEPENDS += "portaudio-v19"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 51/80] python3-pychromecast: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (48 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 50/80] python3-pyaudio: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 52/80] python3-pycocotools: " Khem Raj
` (28 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../recipes-devtools/python/python3-pychromecast_14.0.10.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb
index 1c607b9bb9..8bd4a4046e 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "f05a1c8d727d4f104c8c731688053033e05157f2ab81bc8eef50ec0c62
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += "\
python3-zeroconf (>=0.131.0) \
python3-protobuf (>=4.25.2) \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 52/80] python3-pycocotools: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (49 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 51/80] python3-pychromecast: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 53/80] python3-pycurl: " Khem Raj
` (27 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../recipes-devtools/python/python3-pycocotools_2.0.8.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb
index e298dbf574..c887514efc 100644
--- a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb
@@ -9,5 +9,5 @@ SRC_URI += "file://0001-downgrade-numpy-version-to-1.26.4.patch"
SRC_URI[sha256sum] = "8f2bcedb786ba26c367a3680f9c4eb5b2ad9dccb2b34eaeb205e0a021e1dfb8d"
-DEPENDS = "python3-numpy-native virtual/crypt"
+DEPENDS = "python3-numpy-native virtual/crypt python3-wheel-native"
RDEPENDS:${PN} = "python3-matplotlib python3-pillow python3-profile"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 53/80] python3-pycurl: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (50 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 52/80] python3-pycocotools: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 54/80] python3-pyee: " Khem Raj
` (26 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-pycurl_7.47.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.47.0.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.47.0.bb
index 97d66d6461..b81547f055 100644
--- a/meta-python/recipes-devtools/python/python3-pycurl_7.47.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pycurl_7.47.0.bb
@@ -20,6 +20,8 @@ DEPENDS = "curl"
inherit pypi python_setuptools_build_meta ptest
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN}-ptest += " \
python3-pytest \
python3-core \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 54/80] python3-pyee: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (51 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 53/80] python3-pycurl: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 55/80] python3-pyhsslms: " Khem Raj
` (25 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb b/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb
index a5a9822cd3..917e414742 100644
--- a/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "0b931f7c14535667ed4c7e0d531716368715e860b988770fc7eb8578d1
inherit pypi python_setuptools_build_meta ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += "python3-typing-extensions"
PYPI_PACKAGE = "pyee"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 55/80] python3-pyhsslms: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (52 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 54/80] python3-pyee: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 56/80] python3-pyproj: " Khem Raj
` (24 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb b/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb
index 58f571be3f..edd41995f5 100644
--- a/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bbc59ef8bf238c2902ca816b87b58571"
inherit python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
# Maintainer refused to upload source to pypi.org, but said he would in a
# future release. In the meantime, do github
SRC_URI = "git:///github.com/russhousley/pyhsslms.git;branch=master;protocol=https"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 56/80] python3-pyproj: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (53 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 55/80] python3-pyhsslms: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 57/80] python3-pyrad: " Khem Raj
` (23 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-pyproj_3.7.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-python/recipes-devtools/python/python3-pyproj_3.7.2.bb b/meta-python/recipes-devtools/python/python3-pyproj_3.7.2.bb
index 576e4a5535..d2cce709cb 100644
--- a/meta-python/recipes-devtools/python/python3-pyproj_3.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyproj_3.7.2.bb
@@ -9,7 +9,7 @@ SRC_URI += "file://rpath.patch"
SRC_URI[sha256sum] = "39a0cf1ecc7e282d1d30f36594ebd55c9fae1fda8a2622cee5d100430628f88c"
-DEPENDS = "proj proj-native"
+DEPENDS = "proj proj-native python3-wheel-native"
RDEPENDS:${PN} = " \
python3-certifi \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 57/80] python3-pyrad: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (54 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 56/80] python3-pyproj: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 58/80] python3-pyroute2: " Khem Raj
` (22 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb
index 96cadcbf43..d4d061540a 100644
--- a/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "e039c48a026c988d49276bd7c75795f55e0e4c2788f7ddf09419ce0e19
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += " \
python3-crypt \
python3-io \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 58/80] python3-pyroute2: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (55 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 57/80] python3-pyrad: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 59/80] python3-pyruvate: " Khem Raj
` (21 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb
index 41318412a7..ec72b450ee 100644
--- a/meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "6bc5e2ea9a372ded682b4ede4028ba00236bd6e35b42d833f39a96b219
inherit python_setuptools_build_meta pypi ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += " \
python3-ctypes \
python3-fcntl \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 59/80] python3-pyruvate: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (56 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 58/80] python3-pyroute2: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 60/80] python3-pytest-sugar: " Khem Raj
` (20 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-pyruvate_1.2.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pyruvate_1.2.1.bb b/meta-python/recipes-devtools/python/python3-pyruvate_1.2.1.bb
index e05b63587f..e322d5abe3 100644
--- a/meta-python/recipes-devtools/python/python3-pyruvate_1.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyruvate_1.2.1.bb
@@ -23,6 +23,8 @@ SRC_URI:append:mips = " file://0001-check-for-mips-targets-for-stat.st_dev-defin
inherit python_setuptools3_rust cargo-update-recipe-crates
+DEPENDS += "python3-wheel-native"
+
# crossbeam-* -> std::sync::atomic AtomicI64, AtomicU64
# not supported on mips/powerpc with 32-bit pointers
# https://doc.rust-lang.org/std/sync/atomic/#portability
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 60/80] python3-pytest-sugar: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (57 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 59/80] python3-pyruvate: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 61/80] python3-pytokens: " Khem Raj
` (19 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../recipes-devtools/python/python3-pytest-sugar_1.1.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb
index 86de98675e..22eb3d52ff 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "73b8b65163ebf10f9f671efab9eed3d56f20d2ca68bda83fa64740a92c
inherit pypi python_poetry_core ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
PACKAGECONFIG ?= ""
PACKAGECONFIG[dev] = ",,,python3-black python3-flake8 python3-pre-commit"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 61/80] python3-pytokens: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (58 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 60/80] python3-pytest-sugar: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 62/80] python3-reportlab: " Khem Raj
` (18 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb b/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb
index d0c3875eee..cf692089c3 100644
--- a/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=627dc9a75d5dcc4759b26bacf13a4c46"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "292052fe80923aae2260c073f822ceba21f3872ced9a68bb7953b348e561179a"
DEPENDS += "python3-mypy-native"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 62/80] python3-reportlab: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (59 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 61/80] python3-pytokens: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 63/80] python3-responses: " Khem Raj
` (17 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-reportlab_5.0.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-reportlab_5.0.0.bb b/meta-python/recipes-devtools/python/python3-reportlab_5.0.0.bb
index 689f7d7bc2..f77a533c31 100644
--- a/meta-python/recipes-devtools/python/python3-reportlab_5.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-reportlab_5.0.0.bb
@@ -10,4 +10,6 @@ CVE_PRODUCT = "reportlab"
CVE_STATUS[CVE-2020-28463] = "fixed-version: has been fixed since 3.5.55"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
BBCLASSEXTEND = "native nativesdk"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 63/80] python3-responses: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (60 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 62/80] python3-reportlab: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 64/80] python3-rstr: " Khem Raj
` (16 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-responses_0.26.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-responses_0.26.2.bb b/meta-python/recipes-devtools/python/python3-responses_0.26.2.bb
index 2fd5c86f33..af0eb88b47 100644
--- a/meta-python/recipes-devtools/python/python3-responses_0.26.2.bb
+++ b/meta-python/recipes-devtools/python/python3-responses_0.26.2.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0e601511a8517f4daf688a8eb95be7a2"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "9c9259b46a8349197edebf43cfa68a87e1a2802ef503ff8b2fecbabc0b45afd8"
RDEPENDS:${PN} += " \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 64/80] python3-rstr: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (61 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 63/80] python3-responses: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 65/80] python3-setuptools-declarative-requirements: " Khem Raj
` (15 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb b/meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb
index 1af7a3bc8f..01c27127a8 100644
--- a/meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "c4a564d4dfb4472d931d145c43d1cf1ad78c24592142e7755b8866179e
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
DEPENDS += "python3-setuptools-scm-native"
BBCLASSEXTEND = "native nativesdk"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 65/80] python3-setuptools-declarative-requirements: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (62 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 64/80] python3-rstr: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 66/80] python3-setuptools-git-versioning: " Khem Raj
` (14 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../python/python3-setuptools-declarative-requirements_1.3.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-setuptools-declarative-requirements_1.3.0.bb b/meta-python/recipes-devtools/python/python3-setuptools-declarative-requirements_1.3.0.bb
index 82bb3415be..44a51b42fb 100644
--- a/meta-python/recipes-devtools/python/python3-setuptools-declarative-requirements_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-setuptools-declarative-requirements_1.3.0.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "57a5b9bb9ad350c278e8aa6be4cdebbcd925b9ba71d6a712a178a618cf
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
DEPENDS += "python3-setuptools-scm-native"
BBCLASSEXTEND = "native nativesdk"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 66/80] python3-setuptools-git-versioning: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (63 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 65/80] python3-setuptools-declarative-requirements: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 67/80] python3-simplejson: " Khem Raj
` (13 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../python/python3-setuptools-git-versioning_3.1.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.1.0.bb b/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.1.0.bb
index 433525d041..d39fefd7f0 100644
--- a/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.1.0.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "612dfcf184addac9e1c2216f4f229724b2390e5bf613fb925ae80b84f2
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
PACKAGECONFIG ?= ""
PACKAGECONFIG[python-version-smaller-3-dot-11] = ",,,python3-tomli"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 67/80] python3-simplejson: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (64 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 66/80] python3-setuptools-git-versioning: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 68/80] python3-stack-data: " Khem Raj
` (12 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-simplejson_4.1.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-simplejson_4.1.1.bb b/meta-python/recipes-devtools/python/python3-simplejson_4.1.1.bb
index 3f7ecf7696..ad6a273a80 100644
--- a/meta-python/recipes-devtools/python/python3-simplejson_4.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-simplejson_4.1.1.bb
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "c08eb9f7a90f77ae470e19a07472e9a79ebc0d1c2315d86a72767665bd
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} += "\
python3-io \
python3-netserver \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 68/80] python3-stack-data: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (65 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 67/80] python3-simplejson: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 69/80] python3-term: " Khem Raj
` (11 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb b/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb
index 9bf895e386..8adba7e8a4 100644
--- a/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb
@@ -9,6 +9,8 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9"
RDEPENDS:${PN} = " \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 69/80] python3-term: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (66 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 68/80] python3-stack-data: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 70/80] python3-toposort: " Khem Raj
` (10 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-term_3.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-term_3.0.bb b/meta-python/recipes-devtools/python/python3-term_3.0.bb
index b4f801bf4d..2a4fead61e 100644
--- a/meta-python/recipes-devtools/python/python3-term_3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-term_3.0.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "a6a81535e68fd98d25b1e2a1dff15400c5678e7f942e2d5bb5bde56784
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN} = "\
python3-io \
"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 70/80] python3-toposort: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (67 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 69/80] python3-term: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 71/80] python3-tornado: " Khem Raj
` (9 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-toposort_1.10.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-toposort_1.10.bb b/meta-python/recipes-devtools/python/python3-toposort_1.10.bb
index ce903dcec3..26a049f559 100644
--- a/meta-python/recipes-devtools/python/python3-toposort_1.10.bb
+++ b/meta-python/recipes-devtools/python/python3-toposort_1.10.bb
@@ -7,4 +7,6 @@ SRC_URI[sha256sum] = "bfbb479c53d0a696ea7402601f4e693c97b0367837c8898bc6471adfca
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
BBCLASSEXTEND = "native"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 71/80] python3-tornado: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (68 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 70/80] python3-toposort: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 72/80] python3-tzdata: " Khem Raj
` (8 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-tornado_6.5.7.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.5.7.bb b/meta-python/recipes-devtools/python/python3-tornado_6.5.7.bb
index 4dda1541b8..544c8606e5 100644
--- a/meta-python/recipes-devtools/python/python3-tornado_6.5.7.bb
+++ b/meta-python/recipes-devtools/python/python3-tornado_6.5.7.bb
@@ -10,6 +10,8 @@ SRC_URI[sha256sum] = "66c513a76cda70d53907bc27cf1447557699c2e95aa48ba27a442ff61c
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
# Requires _compression which is currently located in misc
RDEPENDS:${PN} += " \
python3-asyncio \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 72/80] python3-tzdata: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (69 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 71/80] python3-tornado: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 73/80] python3-uinput: " Khem Raj
` (7 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-tzdata_2026.3.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-tzdata_2026.3.bb b/meta-python/recipes-devtools/python/python3-tzdata_2026.3.bb
index 3284b1bb51..0216d4f0b9 100644
--- a/meta-python/recipes-devtools/python/python3-tzdata_2026.3.bb
+++ b/meta-python/recipes-devtools/python/python3-tzdata_2026.3.bb
@@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "4a1518b8993086a7982523e071643f3c0e5f213e75b21318e78bcabfff
inherit pypi python_setuptools_build_meta ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
RDEPENDS:${PN}-ptest += "\
python3-attrs \
python3-pytest-subtests \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 73/80] python3-uinput: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (70 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 72/80] python3-tzdata: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 74/80] python3-wheezy-template: " Khem Raj
` (6 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb b/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb
index 164a6e902a..f63cbf22fc 100644
--- a/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb
@@ -10,6 +10,8 @@ PYPI_PACKAGE = "python-uinput"
inherit pypi python_setuptools_build_meta ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
DEPENDS += "udev"
RDEPENDS:${PN} += " \
python3-ctypes \
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 74/80] python3-wheezy-template: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (71 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 73/80] python3-uinput: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 75/80] python3-wrapt: " Khem Raj
` (5 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../recipes-devtools/python/python3-wheezy-template_3.2.5.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-wheezy-template_3.2.5.bb b/meta-python/recipes-devtools/python/python3-wheezy-template_3.2.5.bb
index a2125a0a0c..612b3ff106 100644
--- a/meta-python/recipes-devtools/python/python3-wheezy-template_3.2.5.bb
+++ b/meta-python/recipes-devtools/python/python3-wheezy-template_3.2.5.bb
@@ -10,4 +10,6 @@ SRC_URI[sha256sum] = "c7c0bf85af0f70ca2ef4b6ea9a74ef372f73392aa17bea0d885dcba735
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
BBCLASSEXTEND = "native"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 75/80] python3-wrapt: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (72 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 74/80] python3-wheezy-template: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 76/80] python3-xmodem: " Khem Raj
` (4 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-wrapt_2.3.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-wrapt_2.3.0.bb b/meta-python/recipes-devtools/python/python3-wrapt_2.3.0.bb
index c493f80f13..9bc9b5d7ee 100644
--- a/meta-python/recipes-devtools/python/python3-wrapt_2.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-wrapt_2.3.0.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=63a78af2900bfcc5ce482f3b8d445898"
inherit pypi python_setuptools_build_meta ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
SRC_URI[sha256sum] = "681a2d0eefd721998f90642762b8e75c2159ec531b20ad5e437245ea7b06a107"
# python3-misc for 'this' module
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 76/80] python3-xmodem: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (73 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 75/80] python3-wrapt: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 77/80] python3-zopeinterface: " Khem Raj
` (3 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/python3-xmodem_0.5.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.5.0.bb b/meta-python/recipes-devtools/python/python3-xmodem_0.5.0.bb
index 55305c6cb9..a00b8a6fac 100644
--- a/meta-python/recipes-devtools/python/python3-xmodem_0.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xmodem_0.5.0.bb
@@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "a1a818f31c29412f1cab0cd69deccd7be77bc1feb516723af990d00161
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
do_install:append() {
install -d ${D}${docdir}/${PN}
mv ${D}${prefix}/doc/* ${D}${docdir}/${PN}/
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 77/80] python3-zopeinterface: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (74 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 76/80] python3-xmodem: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 78/80] tftpy: " Khem Raj
` (2 subsequent siblings)
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../recipes-devtools/python/python3-zopeinterface_8.5.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb
index a148622f13..f9fd55ff6f 100644
--- a/meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb
@@ -6,6 +6,8 @@ PYPI_PACKAGE = "zope_interface"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
inherit pypi python_setuptools_build_meta
+
+DEPENDS += "python3-wheel-native"
SRC_URI[sha256sum] = "7a3ba1c5877f0f3e3906b02ddf793abed2becc2948116414ce0e1dd820b68d6d"
PACKAGES =. "${PN}-test "
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 78/80] tftpy: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (75 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 77/80] python3-zopeinterface: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 79/80] python3-exhale: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 80/80] python3-gpt-image: " Khem Raj
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta-python/recipes-devtools/python/tftpy_0.8.7.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/tftpy_0.8.7.bb b/meta-python/recipes-devtools/python/tftpy_0.8.7.bb
index 7bb1ebeb57..22b227a34f 100644
--- a/meta-python/recipes-devtools/python/tftpy_0.8.7.bb
+++ b/meta-python/recipes-devtools/python/tftpy_0.8.7.bb
@@ -11,3 +11,5 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=22770e72ae03c61f5bcc4e333b61368d"
SRC_URI[sha256sum] = "e8a5aa092dab2e1cbb9b94392036827b808dc37eb6cf1b1ab33c81957b3f5fe2"
inherit pypi python_setuptools_build_meta
+
+DEPENDS += "python3-wheel-native"
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 79/80] python3-exhale: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (76 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 78/80] tftpy: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 80/80] python3-gpt-image: " Khem Raj
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb b/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb
index e0e30763d4..01c5566e0d 100644
--- a/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb
+++ b/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb
@@ -11,6 +11,8 @@ SRC_URI[sha256sum] = "752a96d0a59456511d933311d4a81f642cd668296eacd2561905727d5e
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-wheel-native"
+
PYPI_PACKAGE = "exhale"
RDEPENDS:${PN} = "\
^ permalink raw reply related [flat|nested] 80+ messages in thread
* [meta-python][PATCH 80/80] python3-gpt-image: add python3-wheel-native to DEPENDS
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
` (77 preceding siblings ...)
2026-08-13 20:08 ` [meta-python][PATCH 79/80] python3-exhale: " Khem Raj
@ 2026-08-13 20:08 ` Khem Raj
78 siblings, 0 replies; 80+ messages in thread
From: Khem Raj @ 2026-08-13 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
setuptools3.bbclass and python_setuptools_build_meta.bbclass no longer
add python3-wheel-native to DEPENDS by default, following oe-core
commit e546c697b7 ("classes/setuptools3: remove wheel dependency"),
since setuptools >= 70.1.0 no longer needs the external wheel package
to build a wheel.
This recipe's pyproject.toml/setup.py still declares wheel as a build
requirement, so pyproject-build's --no-isolation dependency check now
fails:
ERROR Unmet dependencies (checked against .../recipe-sysroot-native/usr/bin/nativepython3):
wheel
wanted: any
found: not installed
Add python3-wheel-native to DEPENDS directly to satisfy it.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../python3-gpt-image/python3-gpt-image_0.9.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb
index 33bb3deca8..4255de4199 100644
--- a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb
+++ b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.1.bb
@@ -14,6 +14,8 @@ SRC_URI[sha256sum] = "07363562ec1cf5b50319ad0389486b576ed43c4682a16a8286822af9fd
inherit pypi python3native python_setuptools_build_meta ptest-python-pytest
+DEPENDS += "python3-wheel-native"
+
do_install:append() {
rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__
}
^ permalink raw reply related [flat|nested] 80+ messages in thread
end of thread, other threads:[~2026-08-13 20:11 UTC | newest]
Thread overview: 80+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-13 20:07 [meta-filesystems][PATCH 01/80] gpiod-sysfs-proxy: add python3-wheel-native to DEPENDS Khem Raj
2026-08-13 20:07 ` [meta-oe][PATCH 02/80] b4: " Khem Raj
2026-08-13 20:07 ` [meta-oe][PATCH 03/80] python3-psycopg: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 04/80] python3-h2: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 05/80] python3-hpack: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 06/80] python3-thrift: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 07/80] python3-asttokens: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 08/80] python3-async-timeout: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 09/80] python3-automat: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 10/80] python3-behave: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 11/80] python3-bumble: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 12/80] python3-canopen: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 13/80] python3-click-repl: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 14/80] python3-cppy: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 15/80] python3-daemon: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 16/80] python3-dateutil: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 17/80] python3-dbus-fast: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 18/80] python3-distlib: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 19/80] python3-executing: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 20/80] python3-fasteners: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 21/80] python3-file-magic: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 22/80] python3-flask-httpauth: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 23/80] python3-flexcache: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 24/80] python3-flexparser: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 25/80] python3-freezegun: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 26/80] python3-genson: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 27/80] python3-gnupg: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 28/80] python3-grpcio: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 29/80] python3-httplib2: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 30/80] python3-huey: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 31/80] python3-hyperlink: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 32/80] python3-icu: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 33/80] python3-imageio: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 34/80] python3-iso3166: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 35/80] python3-janus: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 36/80] python3-lazy: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 37/80] python3-lru-dict: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 38/80] python3-luma-core: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 39/80] python3-luma-oled: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 40/80] python3-lz4: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 41/80] python3-m2crypto: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 42/80] python3-mmh3: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 43/80] python3-moteus: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 44/80] python3-nocasedict: " Khem Raj
2026-08-13 20:07 ` [meta-python][PATCH 45/80] python3-nocaselist: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 46/80] python3-parse-type: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 47/80] python3-pure-eval: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 48/80] python3-py-cpuinfo: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 49/80] python3-pyais: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 50/80] python3-pyaudio: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 51/80] python3-pychromecast: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 52/80] python3-pycocotools: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 53/80] python3-pycurl: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 54/80] python3-pyee: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 55/80] python3-pyhsslms: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 56/80] python3-pyproj: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 57/80] python3-pyrad: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 58/80] python3-pyroute2: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 59/80] python3-pyruvate: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 60/80] python3-pytest-sugar: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 61/80] python3-pytokens: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 62/80] python3-reportlab: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 63/80] python3-responses: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 64/80] python3-rstr: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 65/80] python3-setuptools-declarative-requirements: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 66/80] python3-setuptools-git-versioning: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 67/80] python3-simplejson: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 68/80] python3-stack-data: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 69/80] python3-term: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 70/80] python3-toposort: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 71/80] python3-tornado: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 72/80] python3-tzdata: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 73/80] python3-uinput: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 74/80] python3-wheezy-template: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 75/80] python3-wrapt: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 76/80] python3-xmodem: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 77/80] python3-zopeinterface: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 78/80] tftpy: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 79/80] python3-exhale: " Khem Raj
2026-08-13 20:08 ` [meta-python][PATCH 80/80] python3-gpt-image: " Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.