summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Seren <guillaumeseren@gmail.com>2021-05-10 23:01:01 +0200
committerSam James <sam@gentoo.org>2021-05-14 11:21:08 +0000
commit8530b43927318e3277a0786d3253ac54bd9b9740 (patch)
treef50b32fe8c460cb1af21605ab1ba0e1c61e7e265 /dev-python
parentapp-antivirus/fangfrisch: Remove obsolete ebuild (diff)
downloadgentoo-8530b43927318e3277a0786d3253ac54bd9b9740.tar.gz
gentoo-8530b43927318e3277a0786d3253ac54bd9b9740.tar.bz2
gentoo-8530b43927318e3277a0786d3253ac54bd9b9740.zip
dev-python/discogs-client: enable Python3.9
Closes: https://bugs.gentoo.org/789141 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/discogs-client/discogs-client-2.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/discogs-client/discogs-client-2.2.2.ebuild b/dev-python/discogs-client/discogs-client-2.2.2.ebuild
index 4f8309d6b375..bb0ce05da415 100644
--- a/dev-python/discogs-client/discogs-client-2.2.2.ebuild
+++ b/dev-python/discogs-client/discogs-client-2.2.2.ebuild
@@ -1,8 +1,8 @@
-# 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..9} )
inherit distutils-r1