Hi Clément

On 7/27/22 10:33 AM, Clément Péron wrote:
Signed-off-by: Clément Péron <[email protected]>
---
  .../python/python3-pydantic_1.9.1.bb                 | 12 ++++++++++++
  1 file changed, 12 insertions(+)
  create mode 100644 
meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb

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
new file mode 100644
index 0000000000..b56b065d10
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb
@@ -0,0 +1,12 @@
+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"
+RDEPENDS_${PN} += "\
+    python3-typing-extensions \
+"

this should be RDEPENDS:${PN}

+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "8338a8a0a3ac0df1df85766b7c76fa07"

md5sums are not needed anymore for SRC_URI

+SRC_URI[sha256sum] = 
"1ed987c3ff29fff7fd8c3ea3a3ea877ad310aae2ef9889a119e22d3f2db0691a"





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98016): 
https://lists.openembedded.org/g/openembedded-devel/message/98016
Mute This Topic: https://lists.openembedded.org/mt/92650268/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to