Files
tqma6-yocto-mirror/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-rlp_4.0.0.bb

17 lines
469 B
BlitzBasic
Raw Normal View History

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] = "61a5541f86e4684ab145cb849a5929d2ced8222930a570b3941cf4af16b72a78"
inherit pypi setuptools3
DEPENDS += "python3-pip-native"
RDEPENDS:${PN} += " \
python3-eth-utils \
python3-typing-extensions \
"