summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core/packagegroups
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2022-05-12 10:41:47 +0200
committerKhem Raj <raj.khem@gmail.com>2022-05-14 08:17:25 -0700
commit5e5e36e30706ad857d68e98b11ba905b0e306120 (patch)
treed2a7dcaf0fa3538919e5f6f45019c03044394968 /meta-python/recipes-core/packagegroups
parentfdb908056abb14a68e952a0d1fba94f77c2510e6 (diff)
downloadmeta-openembedded-5e5e36e30706ad857d68e98b11ba905b0e306120.tar.gz
python3-eth-rlp: new package
Add a recipe for eth-rlp: RLP definitions for common Ethereum objects. 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.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 d7d119d18c..41a98ba05f 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -113,6 +113,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
113 python3-eth-hash \ 113 python3-eth-hash \
114 python3-eth-keyfile \ 114 python3-eth-keyfile \
115 python3-eth-keys \ 115 python3-eth-keys \
116 python3-eth-rlp \
116 python3-eth-typing \ 117 python3-eth-typing \
117 python3-eth-utils \ 118 python3-eth-utils \
118 python3-evdev \ 119 python3-evdev \