commit: 6a7553492bf99ecf3a36f398d878b5116bcc9124
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 19 19:43:22 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 19 19:49:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a755349
dev-python/django-otp: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-otp/django-otp-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-otp/django-otp-0.9.2.ebuild
b/dev-python/django-otp/django-otp-0.9.2.ebuild
index 68f9dcae805..b14eef63539 100644
--- a/dev-python/django-otp/django-otp-0.9.2.ebuild
+++ b/dev-python/django-otp/django-otp-0.9.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1