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:
Ross Burton
2024-03-15 11:41:59 +00:00
committed by Khem Raj
parent e722be5fac
commit d52c3b9406

View File

@@ -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"