summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-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 b26478451a..2086091d63 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