mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 09:15:45 +01:00
python3-pydantic-core: just set PYPI_PACKAGE
There's no need to set PYPI_ARCHIVE_NAME and S explicitly if PYPI_PACKAGE is set correctly. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e722be5fac
commit
d52c3b9406
|
|
@ -17,9 +17,7 @@ require ${BPN}-crates.inc
|
|||
|
||||
inherit pypi cargo-update-recipe-crates python_maturin
|
||||
|
||||
S = "${WORKDIR}/pydantic_core-${PV}"
|
||||
|
||||
PYPI_ARCHIVE_NAME = "pydantic_core-${PV}.${PYPI_PACKAGE_EXT}"
|
||||
PYPI_PACKAGE = "pydantic_core"
|
||||
|
||||
RDEPENDS:${PN} += "python3-typing-extensions"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user