summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-10-03 00:39:10 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-10-18 16:02:52 +0100
commitc88cc805863e18d4151afdd79da3e954c8d7b1fe (patch)
tree40144b0ac8fb99cff6fcd0ebf9eef0fbf360e863 /dev-python
parentdev-lang/lua: drop old (diff)
downloadportage-c88cc805863e18d4151afdd79da3e954c8d7b1fe.tar.xz
dev-python/trezor: bump python dependency
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/trezor/trezor-0.12.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/trezor/trezor-0.12.1.ebuild b/dev-python/trezor/trezor-0.12.1.ebuild
index ef58bec4..22bbf4c6 100644
--- a/dev-python/trezor/trezor-0.12.1.ebuild
+++ b/dev-python/trezor/trezor-0.12.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python{3_7,3_8} )
inherit distutils-r1 bash-completion-r1
DESCRIPTION="Python client for communicating with TREZOR Hardware Wallet"