From 2c513f1a4dd04833ca67c8abe9715ed3d252368c Mon Sep 17 00:00:00 2001 From: Andreas Zuber Date: Tue, 27 Oct 2020 08:24:32 +0100 Subject: [PATCH] dev-python/bitbox02: python 3.9 support Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Zuber --- dev-python/bitbox02/bitbox02-4.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bitbox02/bitbox02-4.1.0.ebuild b/dev-python/bitbox02/bitbox02-4.1.0.ebuild index 0abd3beaeb..35da71f8ef 100644 --- a/dev-python/bitbox02/bitbox02-4.1.0.ebuild +++ b/dev-python/bitbox02/bitbox02-4.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="Python API for communicating with the BitBox02 device"