summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-21 12:39:54 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-21 13:17:58 +0200
commit6ec71a14324be730cf578c56f34c6d3a6258e54d (patch)
tree06a268fb7a2c4d50106817953bd0c54945154088
parentapp-admin/diamond-4.0.515.20200620: fix installation with python3.8 (diff)
downloadgentoo-6ec71a14324be730cf578c56f34c6d3a6258e54d.tar.gz
gentoo-6ec71a14324be730cf578c56f34c6d3a6258e54d.tar.bz2
gentoo-6ec71a14324be730cf578c56f34c6d3a6258e54d.zip
dev-python/zc-lockfile: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/zc-lockfile/zc-lockfile-2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild b/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
index f0e0c0e71907..048092af73c0 100644
--- a/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
+++ b/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1