xref: /OK3568_Linux_fs/yocto/poky/meta/classes/python_setuptools3_rust.bbclass (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1inherit python_pyo3 setuptools3
2
3DEPENDS += "python3-setuptools-rust-native"
4
5python_setuptools3_rust_do_configure() {
6    python_pyo3_do_configure
7    cargo_common_do_configure
8    setuptools3_do_configure
9}
10
11EXPORT_FUNCTIONS do_configure
12