summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 10:32:58 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 10:36:48 +0200
commitc3d47fd2bd7cdb3d27f0c89d049ea82f2a9b4afc (patch)
treef76d92ad07782ac8f7601eb61098a0f5bbc39216 /dev-python/pipfile
parentdev-python/picklemagic: Remove py2.7 (diff)
downloadgentoo-c3d47fd2bd7cdb3d27f0c89d049ea82f2a9b4afc.tar.gz
gentoo-c3d47fd2bd7cdb3d27f0c89d049ea82f2a9b4afc.tar.bz2
gentoo-c3d47fd2bd7cdb3d27f0c89d049ea82f2a9b4afc.zip
dev-python/pipfile: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pipfile')
-rw-r--r--dev-python/pipfile/pipfile-0.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pipfile/pipfile-0.0.2.ebuild b/dev-python/pipfile/pipfile-0.0.2.ebuild
index 55fa3040ed33..5ce953f15094 100644
--- a/dev-python/pipfile/pipfile-0.0.2.ebuild
+++ b/dev-python/pipfile/pipfile-0.0.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,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1