summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-25 21:43:36 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-25 21:48:09 +0200
commitf933c203e025d0bf1e272e9392259ade4fdf14e1 (patch)
treec96b5248a81c621ada2eb42f5672766b6bdf8347 /dev-python/mako
parentdev-python/markupsafe: Port to py3.9 (diff)
downloadgentoo-f933c203e025d0bf1e272e9392259ade4fdf14e1.tar.gz
gentoo-f933c203e025d0bf1e272e9392259ade4fdf14e1.tar.bz2
gentoo-f933c203e025d0bf1e272e9392259ade4fdf14e1.zip
dev-python/mako: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mako')
-rw-r--r--dev-python/mako/mako-1.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mako/mako-1.1.2.ebuild b/dev-python/mako/mako-1.1.2.ebuild
index 8c844c549ebe..5f82325b04d1 100644
--- a/dev-python/mako/mako-1.1.2.ebuild
+++ b/dev-python/mako/mako-1.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
inherit distutils-r1 eutils