diff options
-rw-r--r-- | python/trezor/trezor.info | 2 |
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" |