From 56ab82fe23b8af40fe05d05249c7cfb81694dfc0 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 12 May 2022 10:41:44 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-core') 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 \ -- cgit 1.2.3-korg