diff options
-rw-r--r-- | meta/classes/python_setuptools3_rust.bbclass (renamed from meta/classes/setuptools3_rust.bbclass) | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography_36.0.1.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/setuptools3_rust.bbclass b/meta/classes/python_setuptools3_rust.bbclass index fa8508fbec..f12e5d0cbd 100644 --- a/meta/classes/setuptools3_rust.bbclass +++ b/meta/classes/python_setuptools3_rust.bbclass | |||
@@ -2,8 +2,8 @@ inherit python_pyo3 setuptools3 | |||
2 | 2 | ||
3 | DEPENDS += "python3-setuptools-rust-native" | 3 | DEPENDS += "python3-setuptools-rust-native" |
4 | 4 | ||
5 | setuptools3_rust_do_configure() { | 5 | python_setuptools3_rust_do_configure() { |
6 | pyo3_do_configure | 6 | python_pyo3_do_configure |
7 | cargo_common_do_configure | 7 | cargo_common_do_configure |
8 | setuptools3_do_configure | 8 | setuptools3_do_configure |
9 | } | 9 | } |
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 += " \ | |||
18 | file://0002-Cargo.toml-edition-2018-2021.patch \ | 18 | file://0002-Cargo.toml-edition-2018-2021.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | inherit pypi setuptools3_rust | 21 | inherit pypi python_setuptools3_rust |
22 | 22 | ||
23 | PIP_INSTALL_DIST_PATH = "${S}/dist" | 23 | PIP_INSTALL_DIST_PATH = "${S}/dist" |
24 | 24 | ||