summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-02 16:17:52 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-02 16:34:26 +0100
commit82abbdedc3e61224cc7ee9cfec1756fa57865a8c (patch)
treec8bd6e3118b0622702e403fcb6d0b53754efa9cb
parentdev-python/dissononce: Remove py2 (diff)
downloadgentoo-82abbded.tar.gz
gentoo-82abbded.tar.bz2
gentoo-82abbded.zip
dev-python/transitions: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/transitions/transitions-0.7.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/transitions/transitions-0.7.1.ebuild b/dev-python/transitions/transitions-0.7.1.ebuild
index bc0debae05d3..d07f7758006c 100644
--- a/dev-python/transitions/transitions-0.7.1.ebuild
+++ b/dev-python/transitions/transitions-0.7.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1