summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 15:33:40 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 15:37:19 +0100
commit51dbd1e8eb382703d8659100db4c79a7a1b46f65 (patch)
tree866cad439c865ba8cd800e6027488b2ea1fcbbff /dev-python/irc
parentdev-python/ipython_genutils: Remove py2 (diff)
downloadgentoo-51dbd1e8eb382703d8659100db4c79a7a1b46f65.tar.gz
gentoo-51dbd1e8eb382703d8659100db4c79a7a1b46f65.tar.bz2
gentoo-51dbd1e8eb382703d8659100db4c79a7a1b46f65.zip
dev-python/irc: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/irc')
-rw-r--r--dev-python/irc/irc-16.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/irc/irc-16.3.ebuild b/dev-python/irc/irc-16.3.ebuild
index 9e1351a244bc..f917dce5e7c4 100644
--- a/dev-python/irc/irc-16.3.ebuild
+++ b/dev-python/irc/irc-16.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1