mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-28 20:51:33 +00:00
python3-pydantic: upgrade 1.10.2 -> 1.10.4
Changelog: Change dependency to typing-extensions>=4.2.0, #4885 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
SUMMARY = "Data validation and settings management using Python type hinting"
|
||||
HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "b9a3859f24eb4e097502a3be1fb4b2abb79b6103dd9e2e0edb70613a4459a648"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-typing-extensions \
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-image \
|
||||
${PYTHON_PN}-logging \
|
||||
"
|
||||
Reference in New Issue
Block a user