blob: 5cd0d0544ea9c87f259c14fdfc298ba0979c9d32 [file] [log] [blame]
Andrew Geisslerd5838332022-05-27 11:33:10 -05001SUMMARY = "RLP definitions for common Ethereum objects in Python"
2HOMEPAGE = "https://github.com/ethereum/eth-rlp"
3SECTION = "devel/python"
4LICENSE = "MIT"
Patrick Williams169d7bc2024-01-05 11:33:25 -06005LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
Andrew Geisslerd5838332022-05-27 11:33:10 -05006
Patrick Williams169d7bc2024-01-05 11:33:25 -06007SRC_URI[sha256sum] = "a988d713a36452e7c6da71186798343f687eaf3aeb7f99266750dd9e1f754c7b"
Andrew Geisslerd5838332022-05-27 11:33:10 -05008
9inherit pypi setuptools3
10
11RDEPENDS:${PN} = " \
12 python3-eth-utils \
13 python3-hexbytes \
14 python3-rlp \
15"