aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2022-05-12 10:41:44 +0200
committerKhem Raj <raj.khem@gmail.com>2022-05-14 08:17:25 -0700
commit56ab82fe23b8af40fe05d05249c7cfb81694dfc0 (patch)
tree72f641455d65344fecd0333289a464845236f480 /meta-python/recipes-core
parent5ba8fdacdb7480f6f44d328294a7c7a3d034cc9c (diff)
downloadmeta-openembedded-contrib-56ab82fe23b8af40fe05d05249c7cfb81694dfc0.tar.gz
python3-eth-keyfile: new package
Add a recipe for eth-keyfile: a library for handling the encrypted keyfiles used to store ethereum private keys. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
1 files changed, 1 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 41bb24b324..5e41d92c1e 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 = "\
python3-engineio \
python3-et-xmlfile \
python3-eth-hash \
+ python3-eth-keyfile \
python3-eth-keys \
python3-eth-typing \
python3-eth-utils \