The dependency on wheel was removed in 2021[1]. [1] https://github.com/PyO3/setuptools-rust/commit/1d7ee9fc239c846fdd5aac5f3a28705333d47d77
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb index 884d6a6771e..ecb2169a3f6 100644 --- a/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb @@ -16,7 +16,7 @@ PYPI_PACKAGE = "setuptools_rust" inherit cargo pypi python_setuptools_build_meta -DEPENDS += "python3-setuptools-scm-native python3-wheel-native" +DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += " \ python3-json \ @@ -25,7 +25,6 @@ RDEPENDS:${PN} += " \ python3-setuptools-scm \ python3-shell \ python3-typing-extensions \ - python3-wheel \ " BBCLASSEXTEND = "native nativesdk" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243206): https://lists.openembedded.org/g/openembedded-core/message/243206 Mute This Topic: https://lists.openembedded.org/mt/120702211/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
