summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb b/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb
new file mode 100644
index 0000000000..cfd155b514
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb
@@ -0,0 +1,16 @@
1SUMMARY = "A Python implementation of Recursive Length Prefix encoding (RLP)."
2HOMEPAGE = "https://github.com/ethereum/pyrlp"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=00854fa80a84236706b11f47f23e61e7"
6
7SRC_URI[sha256sum] = "be07564270a96f3e225e2c107db263de96b5bc1f27722d2855bd3459a08e95a9"
8
9inherit pypi setuptools3
10
11DEPENDS += "python3-pip-native"
12
13RDEPENDS:${PN} += " \
14 python3-eth-utils \
15 python3-typing-extensions \
16"