commit: af0329d0ecd73f0c1d2e5cd5582cf570a5d8b3b6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 07:35:09 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 08:08:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0329d0
dev-python/discogs-client: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/discogs-client/discogs-client-2.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/discogs-client/discogs-client-2.2.1.ebuild
b/dev-python/discogs-client/discogs-client-2.2.1.ebuild
index 4e157ea0bd7..d255698508f 100644
--- a/dev-python/discogs-client/discogs-client-2.2.1.ebuild
+++ b/dev-python/discogs-client/discogs-client-2.2.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1