summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:03 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commitcd15edafa368368d4c5eedf4ae50d785114b1a63 (patch)
tree2c579d93f477c3643e614278cffe036cfc5e266e /meta-python/recipes-devtools/python
parent4465806d9a16715249272380a1959cdb0a6043bb (diff)
downloadmeta-openembedded-cd15edafa368368d4c5eedf4ae50d785114b1a63.tar.gz
python3-pydantic: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb1
1 files changed, 1 insertions, 0 deletions
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 7392b5103..9d59cf859 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} += "\
16 python3-logging \ 16 python3-logging \
17 python3-netclient \ 17 python3-netclient \
18 python3-numbers \ 18 python3-numbers \
19 python3-profile \
19 python3-typing-extensions \ 20 python3-typing-extensions \
20" 21"