summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-21 09:35:09 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-21 10:08:14 +0200
commitaf0329d0ecd73f0c1d2e5cd5582cf570a5d8b3b6 (patch)
tree7afb6ab6978d03697abf3ad26d47e7581bbf11e8
parentdev-python/oauth2: Enable py3.{7,8} (diff)
downloadgentoo-af0329d0ecd73f0c1d2e5cd5582cf570a5d8b3b6.tar.gz
gentoo-af0329d0ecd73f0c1d2e5cd5582cf570a5d8b3b6.tar.bz2
gentoo-af0329d0ecd73f0c1d2e5cd5582cf570a5d8b3b6.zip
dev-python/discogs-client: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/discogs-client/discogs-client-2.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 4e157ea0bd74..d255698508f5 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