summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 19:53:50 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 20:12:24 +0100
commit2a31e4e043c6e803301ba853f4c348e35698050b (patch)
tree1b1085f5c2461e3b6c1afd09aee414dde9ba0c7d /dev-python/plumbum/plumbum-1.6.8.ebuild
parentdev-python/pluginbase: Remove py2 (diff)
downloadgentoo-2a31e4e043c6e803301ba853f4c348e35698050b.tar.gz
gentoo-2a31e4e043c6e803301ba853f4c348e35698050b.tar.bz2
gentoo-2a31e4e043c6e803301ba853f4c348e35698050b.zip
dev-python/plumbum: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/plumbum/plumbum-1.6.8.ebuild')
-rw-r--r--dev-python/plumbum/plumbum-1.6.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/plumbum/plumbum-1.6.8.ebuild b/dev-python/plumbum/plumbum-1.6.8.ebuild
index b4e2f4a61f2d..24627182d1dd 100644
--- a/dev-python/plumbum/plumbum-1.6.8.ebuild
+++ b/dev-python/plumbum/plumbum-1.6.8.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} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A library for shell script-like programs in python"