summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-06-04 00:33:54 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-06-04 00:33:54 +0100
commitf5c4361dc24c2fcd037ab8165348bb5fc95865c9 (patch)
tree10aeef7580f6985f7ac231dd911f24bcd48af1c4 /dev-python
parentdev-python/shamir-mnemonic: drop python 3.7 (diff)
downloadportage-f5c4361dc24c2fcd037ab8165348bb5fc95865c9.tar.xz
dev-python/trezor: drop python 3.7
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/trezor/trezor-0.12.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/trezor/trezor-0.12.2.ebuild b/dev-python/trezor/trezor-0.12.2.ebuild
index 9b80ba41..d318c1de 100644
--- a/dev-python/trezor/trezor-0.12.2.ebuild
+++ b/dev-python/trezor/trezor-0.12.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+PYTHON_COMPAT=( python{3_8,3_9} )
inherit distutils-r1 bash-completion-r1
DESCRIPTION="Python client for communicating with TREZOR Hardware Wallet"