diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb b/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb deleted file mode 100644 index 46ca600ea2..0000000000 --- a/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
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] = "bcefb11013dfadf8902642337923bd0c786dc8a27cb4c21da6e154e52869ecb1" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | DEPENDS += "python3-pip-native" | ||
12 | |||
13 | RDEPENDS:${PN} += " \ | ||
14 | python3-eth-utils \ | ||
15 | python3-typing-extensions \ | ||
16 | " | ||