From cd15edafa368368d4c5eedf4ae50d785114b1a63 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:23:03 +0200 Subject: python3-pydantic: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb index 7392b51030..9d59cf8598 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb @@ -16,5 +16,6 @@ RDEPENDS:${PN} += "\ python3-logging \ python3-netclient \ python3-numbers \ + python3-profile \ python3-typing-extensions \ " -- cgit v1.2.3-54-g00ecf