blob: 7ee20b9b2b69e61fd276c2e250e446fc4146cb72 [file] [log] [blame]
Patrick Williams73bd93f2024-02-20 08:07:48 -06001SUMMARY = "RLP definitions for common Ethereum objects in Python"
2HOMEPAGE = "https://github.com/ethereum/eth-rlp"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
6
7SRC_URI[sha256sum] = "d61dbda892ee1220f28fb3663c08f6383c305db9f1f5624dc585c9cd05115027"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} = " \
Patrick Williams39653562024-03-01 08:54:02 -060012 python3-eth-utils \
13 python3-hexbytes \
14 python3-rlp \
15 python3-typing-extensions \
Patrick Williams73bd93f2024-02-20 08:07:48 -060016"