summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-27 21:26:22 +0000
committerSam James <sam@gentoo.org>2021-02-27 21:39:22 +0000
commit003e7a093f890c5bf486bb082a32de24ce3289b3 (patch)
tree71ba488b0d7024a87c511afa681ac8d82b2fdcdc /dev-python
parentdev-python/ws4py: add Python 3.9 (diff)
downloadgentoo-003e7a093f890c5bf486bb082a32de24ce3289b3.tar.gz
gentoo-003e7a093f890c5bf486bb082a32de24ce3289b3.tar.bz2
gentoo-003e7a093f890c5bf486bb082a32de24ce3289b3.zip
dev-python/oauthlib: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/oauthlib/oauthlib-3.1.0.ebuild4
1 files 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 583b8a465a5c..d3e0b6c1dd96 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