blob: d3d7590cbebc2d22e2ad6bcbd2ef9f7d209e9e18 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001#
2# Copyright OpenEmbedded Contributors
3#
4# SPDX-License-Identifier: MIT
5#
6
Patrick Williams2a254922023-08-11 09:48:11 -05007inherit python_pyo3 python_setuptools_build_meta
Patrick Williams92b42cb2022-09-03 06:53:57 -05008
9DEPENDS += "python3-setuptools-rust-native"
10
11python_setuptools3_rust_do_configure() {
12 python_pyo3_do_configure
13 cargo_common_do_configure
Patrick Williams2a254922023-08-11 09:48:11 -050014 python_pep517_do_configure
Patrick Williams92b42cb2022-09-03 06:53:57 -050015}
16
17EXPORT_FUNCTIONS do_configure