summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:35:42 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:41:26 +0100
commit7115e494a16693b75cb07bf8183b9c233c0ff9fe (patch)
treec1e1c37783be89178c4ad49c549d7b4f53d19788 /dev-python/cursive
parentdev-python/cloudlib: Remove Python 2 support (diff)
downloadgentoo-7115e494a16693b75cb07bf8183b9c233c0ff9fe.tar.gz
gentoo-7115e494a16693b75cb07bf8183b9c233c0ff9fe.tar.bz2
gentoo-7115e494a16693b75cb07bf8183b9c233c0ff9fe.zip
dev-python/cursive: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cursive')
-rw-r--r--dev-python/cursive/cursive-0.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cursive/cursive-0.2.2.ebuild b/dev-python/cursive/cursive-0.2.2.ebuild
index ce0321fd81d0..f2b44124535c 100644
--- a/dev-python/cursive/cursive-0.2.2.ebuild
+++ b/dev-python/cursive/cursive-0.2.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1