commit: d0c1553a31941c19ce2126b9aa88a7c9efafda8b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 11:34:34 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 11:34:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c1553a
dev-python/huawei-lte-api: remove python3.6 and add python3.9
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/huawei-lte-api/huawei-lte-api-1.4.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/huawei-lte-api/huawei-lte-api-1.4.17.ebuild
b/dev-python/huawei-lte-api/huawei-lte-api-1.4.17.ebuild
index 0fe85aaad74..ac72e1f11c1 100644
--- a/dev-python/huawei-lte-api/huawei-lte-api-1.4.17.ebuild
+++ b/dev-python/huawei-lte-api/huawei-lte-api-1.4.17.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1