summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-eth-typing_3.0.0.bb9
2 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 4b32c7db2c..d8cc9c0a5e 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -111,6 +111,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
111 python3-engineio \ 111 python3-engineio \
112 python3-et-xmlfile \ 112 python3-et-xmlfile \
113 python3-eth-hash \ 113 python3-eth-hash \
114 python3-eth-typing \
114 python3-evdev \ 115 python3-evdev \
115 python3-execnet \ 116 python3-execnet \
116 python3-fann2 \ 117 python3-fann2 \
diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.0.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.0.0.bb
new file mode 100644
index 0000000000..a500d5b520
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.0.0.bb
@@ -0,0 +1,9 @@
1SUMMARY = "Common type annotations for ethereum python packages."
2HOMEPAGE = "https://github.com/ethereum/eth-typing"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=bf9691ead96f1163622689e47ce3f366"
6
7SRC_URI[sha256sum] = "079e4c41e98cf2635d3830a99f3cbd7b1d73d2368464d4493c002bece545184a"
8
9inherit pypi setuptools3