aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-02-17 02:05:55 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-19 12:09:23 +0700
commit66b8f240c9aef1cd24ae9342d238caf2fc5599d1 (patch)
tree396067ff9026c1827d93811dc02c4b2fd92016f8 /python
parentde3773e33b54a129601c8d449f2e87cce6d8fd52 (diff)
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')
-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 d127d7498806e..55e0b99ce6f59 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"