diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-21 09:35:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-21 10:08:14 +0200 |
commit | af0329d0ecd73f0c1d2e5cd5582cf570a5d8b3b6 (patch) | |
tree | 7afb6ab6978d03697abf3ad26d47e7581bbf11e8 /dev-python/discogs-client | |
parent | dev-python/oauth2: Enable py3.{7,8} (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/discogs-client')
-rw-r--r-- | dev-python/discogs-client/discogs-client-2.2.1.ebuild | 2 |
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 |