1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

setuptools3_rust: Rename to python_setuptools3_rust

(From OE-Core rev: 57bef31cdcafeef2d1ca5ff3aee7b2e2181a0514)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2022-03-13 09:13:20 +00:00
parent f920fa55e5
commit 89f9740f98
2 changed files with 3 additions and 3 deletions
@@ -2,8 +2,8 @@ inherit python_pyo3 setuptools3
DEPENDS += "python3-setuptools-rust-native"
setuptools3_rust_do_configure() {
pyo3_do_configure
python_setuptools3_rust_do_configure() {
python_pyo3_do_configure
cargo_common_do_configure
setuptools3_do_configure
}