summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb (renamed from meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb)7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb b/meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb
index 867aaaf025..a3ae8a7802 100644
--- a/meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-account_0.13.7.bb
@@ -2,9 +2,11 @@ SUMMARY = "Assign Ethereum transactions and messages with local private keys."
2HOMEPAGE = "https://github.com/ethereum/eth-account" 2HOMEPAGE = "https://github.com/ethereum/eth-account"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=16ffc86adf4293d4cfb204e77d62cfe6" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=a26e64020156e806cf0054a6d504b301"
6 6
7SRC_URI[sha256sum] = "0374c5886f35780e1f23e50ce6b0482f3387646eceda544e97d69f17f6c216ee" 7SRC_URI[sha256sum] = "5853ecbcbb22e65411176f121f5f24b8afeeaf13492359d254b16d8b18c77a46"
8
9PYPI_PACKAGE = "eth_account"
8 10
9inherit pypi setuptools3 11inherit pypi setuptools3
10 12
@@ -17,4 +19,5 @@ RDEPENDS:${PN} += " \
17 python3-eth-utils \ 19 python3-eth-utils \
18 python3-hexbytes \ 20 python3-hexbytes \
19 python3-rlp \ 21 python3-rlp \
22 python3-ckzg \
20" 23"