mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
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] = "bcefb11013dfadf8902642337923bd0c786dc8a27cb4c21da6e154e52869ecb1"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
DEPENDS += "python3-pip-native"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-eth-utils \
|
||||
python3-typing-extensions \
|
||||
"
|
||||
Reference in New Issue
Block a user