summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2017-06-01 12:27:21 +0200
committerSlawomir Lis <slis@gentoo.org>2017-06-01 12:31:37 +0200
commitbb457264495ba70eeed4979a43642252e60c4ab7 (patch)
tree10eec329aad2b5f0d4e57dcc8e955ffbd517b0e7 /dev-python/click-plugins/click-plugins-1.0.3.ebuild
parentdev-lang/perl: Require newer File::Path, bug 620304 (diff)
downloadgentoo-bb457264495ba70eeed4979a43642252e60c4ab7.tar.gz
gentoo-bb457264495ba70eeed4979a43642252e60c4ab7.tar.bz2
gentoo-bb457264495ba70eeed4979a43642252e60c4ab7.zip
dev-python/click-plugins: updated to support python2_7
Python2 is not listed in upstream support, but I haven't found anything wrong yet Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/click-plugins/click-plugins-1.0.3.ebuild')
-rw-r--r--dev-python/click-plugins/click-plugins-1.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
index 8eb1422d3a1c..4eda8ac36e21 100644
--- a/dev-python/click-plugins/click-plugins-1.0.3.ebuild
+++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-PYTHON_COMPAT=( python3_{3,4,5} )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} )
inherit distutils-r1