summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb17
1 files changed, 10 insertions, 7 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb
index 502967fd20..01e29cc6d8 100644
--- a/meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb
@@ -18,13 +18,16 @@ inherit cargo pypi python_setuptools_build_meta
18 18
19DEPENDS += "python3-setuptools-scm-native python3-wheel-native" 19DEPENDS += "python3-setuptools-scm-native python3-wheel-native"
20 20
21RDEPENDS:${PN}:class-native += " \ 21RDEPENDS:${PN} += " \
22 python3-semantic-version-native \ 22 python3-distutils \
23 python3-setuptools-native \ 23 python3-json \
24 python3-setuptools-scm-native \ 24 python3-semantic-version \
25 python3-toml-native \ 25 python3-setuptools \
26 python3-typing-extensions-native \ 26 python3-setuptools-scm \
27 python3-wheel-native \ 27 python3-shell \
28 python3-toml \
29 python3-typing-extensions \
30 python3-wheel \
28" 31"
29 32
30BBCLASSEXTEND = "native" 33BBCLASSEXTEND = "native"