summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-03-15 11:41:59 +0000
committerKhem Raj <raj.khem@gmail.com>2024-03-17 13:10:10 -0700
commitd52c3b94068f660b729361bb969129d50eaf81a6 (patch)
treed0cf3ff2c6be619f2bd2b2d812b0ce3c5dd42cd6 /meta-python/recipes-devtools
parente722be5facd8bdfb43ee08665dc2e2d38d6d5853 (diff)
downloadmeta-openembedded-d52c3b94068f660b729361bb969129d50eaf81a6.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb
index b26478451..2086091d6 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb
@@ -17,9 +17,7 @@ require ${BPN}-crates.inc
17 17
18inherit pypi cargo-update-recipe-crates python_maturin 18inherit pypi cargo-update-recipe-crates python_maturin
19 19
20S = "${WORKDIR}/pydantic_core-${PV}" 20PYPI_PACKAGE = "pydantic_core"
21
22PYPI_ARCHIVE_NAME = "pydantic_core-${PV}.${PYPI_PACKAGE_EXT}"
23 21
24RDEPENDS:${PN} += "python3-typing-extensions" 22RDEPENDS:${PN} += "python3-typing-extensions"
25 23