diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb | 20 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb | 11 |
2 files changed, 20 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb new file mode 100644 index 0000000000..16bb1f6ae6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Data validation and settings management using Python type hinting" | ||
| 2 | HOMEPAGE = "https://github.com/samuelcolvin/pydantic" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | ${PYTHON_PN}-typing-extensions \ | ||
| 12 | ${PYTHON_PN}-core \ | ||
| 13 | ${PYTHON_PN}-numbers \ | ||
| 14 | ${PYTHON_PN}-json \ | ||
| 15 | ${PYTHON_PN}-datetime \ | ||
| 16 | ${PYTHON_PN}-io \ | ||
| 17 | ${PYTHON_PN}-netclient \ | ||
| 18 | ${PYTHON_PN}-image \ | ||
| 19 | ${PYTHON_PN}-logging \ | ||
| 20 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb deleted file mode 100644 index 1d113c9c50..0000000000 --- a/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | SUMMARY = "Data validation and settings management using Python type hinting" | ||
| 2 | HOMEPAGE = "https://github.com/samuelcolvin/pydantic" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757" | ||
| 5 | RDEPENDS:${PN} += "\ | ||
| 6 | python3-typing-extensions \ | ||
| 7 | " | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "1ed987c3ff29fff7fd8c3ea3a3ea877ad310aae2ef9889a119e22d3f2db0691a" | ||
