aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-08 11:27:07 +0200
committerJustin Lecher <jlec@gentoo.org>2015-04-08 11:27:07 +0200
commit53c3abab592fb0a0fcd3690917748fe901d9889e (patch)
tree6dd61f8557757dd617d3a210bfc3c5caa4e94c65 /sci-libs/nipype/nipype-9999.ebuild
parentdev-python/omniorbpy: Fix python dependency (diff)
downloadsci-53c3abab592fb0a0fcd3690917748fe901d9889e.tar.gz
sci-53c3abab592fb0a0fcd3690917748fe901d9889e.tar.bz2
sci-53c3abab592fb0a0fcd3690917748fe901d9889e.zip
Drop old python implementations
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/nipype/nipype-9999.ebuild')
-rw-r--r--sci-libs/nipype/nipype-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild
index 75495c857..0b833f8f2 100644
--- a/sci-libs/nipype/nipype-9999.ebuild
+++ b/sci-libs/nipype/nipype-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
# pyamg missing py3 support
# PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 git-r3