diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 06:27:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 06:50:08 +0100 |
commit | f2b66fdf4ef9b30e5c14bcb86aeacc70c9c6db11 (patch) | |
tree | 2a915cbd873a38a7f09b8cde1a0c6856696e7065 /dev-python/discogs-client | |
parent | dev-python/discogs-client: Remove old (drop to ~arch) (diff) | |
download | gentoo-f2b66fdf4ef9b30e5c14bcb86aeacc70c9c6db11.tar.gz gentoo-f2b66fdf4ef9b30e5c14bcb86aeacc70c9c6db11.tar.bz2 gentoo-f2b66fdf4ef9b30e5c14bcb86aeacc70c9c6db11.zip |
dev-python/discogs-client: Remove py2
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 96302e4e1c00..4e157ea0bd74 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=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |