diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-eth-rlp_0.3.0.bb | 15 |
2 files changed, 16 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 \ |
diff --git a/meta-python/recipes-devtools/python/python3-eth-rlp_0.3.0.bb b/meta-python/recipes-devtools/python/python3-eth-rlp_0.3.0.bb new file mode 100644 index 0000000000..d19a657557 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eth-rlp_0.3.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "RLP definitions for common Ethereum objects in Python" | ||
2 | HOMEPAGE = "https://github.com/ethereum/eth-rlp" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324" | ||
6 | |||
7 | SRC_URI[sha256sum] = "f3263b548df718855d9a8dbd754473f383c0efc82914b0b849572ce3e06e71a6" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS:${PN} = " \ | ||
12 | python3-eth-utils \ | ||
13 | python3-hexbytes \ | ||
14 | python3-rlp \ | ||
15 | " | ||