diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic_1.10.7.bb | 18 |
1 files changed, 9 insertions, 9 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 70f6834f5f..7392b51030 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 | |||
@@ -8,13 +8,13 @@ inherit pypi setuptools3 | |||
8 | SRC_URI[sha256sum] = "cfc83c0678b6ba51b0532bea66860617c4cd4251ecf76e9846fa5a9f3454e97e" | 8 | SRC_URI[sha256sum] = "cfc83c0678b6ba51b0532bea66860617c4cd4251ecf76e9846fa5a9f3454e97e" |
9 | 9 | ||
10 | RDEPENDS:${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-typing-extensions \ | 11 | python3-core \ |
12 | ${PYTHON_PN}-core \ | 12 | python3-datetime \ |
13 | ${PYTHON_PN}-numbers \ | 13 | python3-image \ |
14 | ${PYTHON_PN}-json \ | 14 | python3-io \ |
15 | ${PYTHON_PN}-datetime \ | 15 | python3-json \ |
16 | ${PYTHON_PN}-io \ | 16 | python3-logging \ |
17 | ${PYTHON_PN}-netclient \ | 17 | python3-netclient \ |
18 | ${PYTHON_PN}-image \ | 18 | python3-numbers \ |
19 | ${PYTHON_PN}-logging \ | 19 | python3-typing-extensions \ |
20 | " | 20 | " |