summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-13 09:13:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 08:48:04 +0000
commit57bef31cdcafeef2d1ca5ff3aee7b2e2181a0514 (patch)
treea56f6e4e2b2180ca642ddd7ec45533775f172718 /meta/recipes-devtools
parente9b030eab6d4c18482aaa7f0166686e16ba8e779 (diff)
downloadopenembedded-core-contrib-57bef31cdcafeef2d1ca5ff3aee7b2e2181a0514.tar.gz
setuptools3_rust: Rename to python_setuptools3_rust
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography_36.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb b/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb
index 00791dce2d..11466ecece 100644
--- a/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb
+++ b/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb
@@ -18,7 +18,7 @@ SRC_URI += " \
file://0002-Cargo.toml-edition-2018-2021.patch \
"
-inherit pypi setuptools3_rust
+inherit pypi python_setuptools3_rust
PIP_INSTALL_DIST_PATH = "${S}/dist"