summaryrefslogtreecommitdiffstats
path: root/python/trezor
diff options
context:
space:
mode:
author B. Watson2022-02-17 08:05:55 +0100
committer Willy Sudiarto Raharjo2022-02-19 06:09:23 +0100
commit66b8f240c9aef1cd24ae9342d238caf2fc5599d1 (patch)
tree396067ff9026c1827d93811dc02c4b2fd92016f8 /python/trezor
parentde3773e33b54a129601c8d449f2e87cce6d8fd52 (diff)
downloadslackbuilds-66b8f240c9aef1cd24ae9342d238caf2fc5599d1.tar.gz
python/trezor: REQUIRES protobuf => protobuf3.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/trezor')
-rw-r--r--python/trezor/trezor.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/trezor/trezor.info b/python/trezor/trezor.info
index d127d74988..55e0b99ce6 100644
--- a/python/trezor/trezor.info
+++ b/python/trezor/trezor.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/trezor/python-trezor/archive/v0.7.9.post1/python-tr
MD5SUM="2bb623c98ef0e5d4eae77fe7b0ecae7d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ecdsa protobuf mnemonic hidapi"
+REQUIRES="ecdsa protobuf3 mnemonic hidapi"
MAINTAINER="Reedych"
EMAIL="reedych@reedych.pw"