diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:03 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
| commit | cd15edafa368368d4c5eedf4ae50d785114b1a63 (patch) | |
| tree | 2c579d93f477c3643e614278cffe036cfc5e266e /meta-python | |
| parent | 4465806d9a16715249272380a1959cdb0a6043bb (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb | 1 |
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 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} += "\ | |||
| 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 | " |
