summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 15:31:52 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 15:37:10 +0100
commit4d5ebd839404bf638c72c4dab12eb2e5447faaac (patch)
tree183cea4894564252b4a3a65af3722e185a372b7b /dev-python/invoke
parentdev-python/inflection: Remove py2 (diff)
downloadgentoo-4d5ebd839404bf638c72c4dab12eb2e5447faaac.tar.gz
gentoo-4d5ebd839404bf638c72c4dab12eb2e5447faaac.tar.bz2
gentoo-4d5ebd839404bf638c72c4dab12eb2e5447faaac.zip
dev-python/invoke: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/invoke')
-rw-r--r--dev-python/invoke/invoke-1.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/invoke/invoke-1.1.1.ebuild b/dev-python/invoke/invoke-1.1.1.ebuild
index 7a4b48cf5db4..76cf2bda89de 100644
--- a/dev-python/invoke/invoke-1.1.1.ebuild
+++ b/dev-python/invoke/invoke-1.1.1.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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
DESCRIPTION="Pythonic task execution"