diff options
| author | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-05-12 10:41:50 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-14 08:17:25 -0700 |
| commit | a8915808b19080f64a5000d0f167eab0e18752ed (patch) | |
| tree | 46a0986e26c3ed8cd0f590b54ce80019498b5aff /meta-python/recipes-core/packagegroups | |
| parent | e5b828d01b4f5d748e92614c5adaed551e1e220a (diff) | |
| download | meta-openembedded-a8915808b19080f64a5000d0f167eab0e18752ed.tar.gz | |
python3-eth-account: new package
Add a recipe for python3-eth-account: a tool for signing Ethereum
transactions and messages with local 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/packagegroups')
| -rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 |
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 db3f8516ac..da83aab48d 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-abi \ | 113 | python3-eth-abi \ |
| 114 | python3-eth-account \ | ||
| 114 | python3-eth-hash \ | 115 | python3-eth-hash \ |
| 115 | python3-eth-keyfile \ | 116 | python3-eth-keyfile \ |
| 116 | python3-eth-keys \ | 117 | python3-eth-keys \ |
