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