diff options
author | 2021-03-04 12:34:34 +0100 | |
---|---|---|
committer | 2021-03-04 12:34:34 +0100 | |
commit | d0c1553a31941c19ce2126b9aa88a7c9efafda8b (patch) | |
tree | 3f52677a4db1b26cb243340770ecd1e04a9ac640 /dev-python/huawei-lte-api | |
parent | dev-python/flask-sphinx-themes: Revert "update upstream metadata" (diff) | |
download | gentoo-d0c1553a31941c19ce2126b9aa88a7c9efafda8b.tar.gz gentoo-d0c1553a31941c19ce2126b9aa88a7c9efafda8b.tar.bz2 gentoo-d0c1553a31941c19ce2126b9aa88a7c9efafda8b.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/huawei-lte-api')
-rw-r--r-- | dev-python/huawei-lte-api/huawei-lte-api-1.4.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 0fe85aaad74c..ac72e1f11c18 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 |