diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-05-02 10:48:17 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-02 07:32:51 -0700 |
| commit | b99a11afad0d02c63150b0f012f5df739858b8e3 (patch) | |
| tree | 69f098c94bca91e81e44d3e0a8b15b19dfa46df5 /meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb | |
| parent | f8fde0a137d7af9e9a5fbf75abd8041338e95eb4 (diff) | |
| download | meta-openembedded-b99a11afad0d02c63150b0f012f5df739858b8e3.tar.gz | |
python3-rlp: upgrade 4.0.0 -> 4.0.1
Changelog:
Add python 3.12 support, rust-backend now works with python 3.11 and 3.12
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb b/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb new file mode 100644 index 0000000000..46ca600ea2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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] = "bcefb11013dfadf8902642337923bd0c786dc8a27cb4c21da6e154e52869ecb1" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | DEPENDS += "python3-pip-native" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += " \ | ||
| 14 | python3-eth-utils \ | ||
| 15 | python3-typing-extensions \ | ||
| 16 | " | ||
