diff options
| author | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-05-12 10:41:46 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-14 08:17:25 -0700 |
| commit | fdb908056abb14a68e952a0d1fba94f77c2510e6 (patch) | |
| tree | 2af6c558ea52112fce2d7be405d03caa042d2bcb /meta-python/recipes-devtools/python/python3-rlp_3.0.0.bb | |
| parent | 2bcdde7354de9224fa799de63178607c327788c9 (diff) | |
| download | meta-openembedded-fdb908056abb14a68e952a0d1fba94f77c2510e6.tar.gz | |
python3-rlp: new package
Add a recipe for rlp: a Python implementation of Recursive Length
Prefix encoding (RLP).
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rlp_3.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rlp_3.0.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rlp_3.0.0.bb b/meta-python/recipes-devtools/python/python3-rlp_3.0.0.bb new file mode 100644 index 0000000000..e747ae33ba --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rlp_3.0.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "A Python implementation of Recursive Length Prefix encoding (RLP)." | ||
| 2 | HOMEPAGE = "https://github.com/ethereum/pyrlp" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=00854fa80a84236706b11f47f23e61e7" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "63b0465d2948cd9f01de449d7adfb92d207c1aef3982f20310f8009be4a507e8" | ||
| 8 | SRC_URI += "file://0001-setup-don-t-use-setuptools-markdown.patch" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | DEPENDS += "python3-pip-native" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "python3-eth-utils" | ||
