| Message ID | 20260811143607.1200407-1-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/4] python3-setuptools-rust: remove wheel dependency | expand |
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"
The dependency on wheel was removed in 2021[1]. [1] https://github.com/PyO3/setuptools-rust/commit/1d7ee9fc239c846fdd5aac5f3a28705333d47d77 Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)