mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
python3-rlp: upgrade 4.0.1 -> 4.1.0
Changelog: ========== - Merge template, adding ''py313'' support and replacing ''bumpversion'' with ''bump-my-version''. ''rust-backend'' still only supported up to ''py312''. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "A Python implementation of Recursive Length Prefix encoding (RLP)."
|
||||
HOMEPAGE = "https://github.com/ethereum/pyrlp"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=00854fa80a84236706b11f47f23e61e7"
|
||||
|
||||
SRC_URI[sha256sum] = "be07564270a96f3e225e2c107db263de96b5bc1f27722d2855bd3459a08e95a9"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
DEPENDS += "python3-pip-native"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-eth-utils \
|
||||
python3-typing-extensions \
|
||||
"
|
||||
Reference in New Issue
Block a user