summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-02 16:17:38 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-02 16:34:25 +0100
commit36d97bdcf8cf44d3e55dc9e457624dd47f6eb634 (patch)
treed7f05822b4c8ca0c9624032ba4d768e933714b6d /dev-python/dissononce
parentdev-python/consonance: Remove py2 (diff)
downloadgentoo-36d97bdcf8cf44d3e55dc9e457624dd47f6eb634.tar.gz
gentoo-36d97bdcf8cf44d3e55dc9e457624dd47f6eb634.tar.bz2
gentoo-36d97bdcf8cf44d3e55dc9e457624dd47f6eb634.zip
dev-python/dissononce: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dissononce')
-rw-r--r--dev-python/dissononce/dissononce-0.34.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild b/dev-python/dissononce/dissononce-0.34.3.ebuild
index b57b081af898..ba5c872c5ff7 100644
--- a/dev-python/dissononce/dissononce-0.34.3.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1