summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/python_setuptools3_rust.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/python_setuptools3_rust.bbclass')
-rw-r--r--meta/classes-recipe/python_setuptools3_rust.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-recipe/python_setuptools3_rust.bbclass b/meta/classes-recipe/python_setuptools3_rust.bbclass
index d6ce2edb96..d3d7590cbe 100644
--- a/meta/classes-recipe/python_setuptools3_rust.bbclass
+++ b/meta/classes-recipe/python_setuptools3_rust.bbclass
@@ -4,14 +4,14 @@
# SPDX-License-Identifier: MIT
#
-inherit python_pyo3 setuptools3
+inherit python_pyo3 python_setuptools_build_meta
DEPENDS += "python3-setuptools-rust-native"
python_setuptools3_rust_do_configure() {
python_pyo3_do_configure
cargo_common_do_configure
- setuptools3_do_configure
+ python_pep517_do_configure
}
EXPORT_FUNCTIONS do_configure