1
0
mirror of https://git.yoctoproject.org/poky synced 2026-04-20 11:28:58 +00:00

py3o: Rename to python_py3o

(From OE-Core rev: e9b030eab6d4c18482aaa7f0166686e16ba8e779)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2022-03-13 09:11:29 +00:00
parent 3d904dd505
commit f920fa55e5
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ export RUSTFLAGS
export PYO3_PYTHON="${PYTHON}"
export PYO3_CONFIG_FILE="${WORKDIR}/pyo3.config"
pyo3_do_configure () {
python_pyo3_do_configure () {
cat > ${WORKDIR}/pyo3.config << EOF
implementation=CPython
version=${PYTHON_BASEVERSION}

View File

@@ -1,4 +1,4 @@
inherit pyo3 setuptools3
inherit python_pyo3 setuptools3
DEPENDS += "python3-setuptools-rust-native"