commit: 003e7a093f890c5bf486bb082a32de24ce3289b3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 21:26:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 21:39:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003e7a09
dev-python/oauthlib: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/oauthlib/oauthlib-3.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/oauthlib/oauthlib-3.1.0.ebuild
b/dev-python/oauthlib/oauthlib-3.1.0.ebuild
index 583b8a465a5..d3e0b6c1dd9 100644
--- a/dev-python/oauthlib/oauthlib-3.1.0.ebuild
+++ b/dev-python/oauthlib/oauthlib-3.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1