summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-20 09:55:08 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-20 09:56:54 +0200
commit67e33e62ebb2f84047da6a01c62156b780910276 (patch)
tree34e100af055cd5a542bc840dd9a223969f791bf4
parentdev-python/execnet: Remove python2 (diff)
downloadgentoo-67e33e62ebb2f84047da6a01c62156b780910276.tar.gz
gentoo-67e33e62ebb2f84047da6a01c62156b780910276.tar.bz2
gentoo-67e33e62ebb2f84047da6a01c62156b780910276.zip
dev-python/apipkg: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/apipkg/apipkg-1.5-r1.ebuild (renamed from dev-python/apipkg/apipkg-1.5.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/apipkg/apipkg-1.5.ebuild b/dev-python/apipkg/apipkg-1.5-r1.ebuild
index 0c5fa2681419..0a2dd58e6546 100644
--- a/dev-python/apipkg/apipkg-1.5.ebuild
+++ b/dev-python/apipkg/apipkg-1.5-r1.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,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1