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:
@@ -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}
|
||||
@@ -1,4 +1,4 @@
|
||||
inherit pyo3 setuptools3
|
||||
inherit python_pyo3 setuptools3
|
||||
|
||||
DEPENDS += "python3-setuptools-rust-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user