diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-20 12:25:41 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | 0ba5cdcafff22e0322137d5a41438d65409811c7 (patch) | |
tree | 8880370e31cb30d32cade6ecf03eda8ab4164862 /sci-libs/scipy | |
parent | dev-python/psycopg: Add python3.5 support (diff) | |
download | gentoo-0ba5cdcafff22e0322137d5a41438d65409811c7.tar.gz gentoo-0ba5cdcafff22e0322137d5a41438d65409811c7.tar.bz2 gentoo-0ba5cdcafff22e0322137d5a41438d65409811c7.zip |
sci-libs/scipy: Add python3.5 support
Still exhibits harmless test failures
Github: scipy/scipy#5298
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/scipy')
-rw-r--r-- | sci-libs/scipy/scipy-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/scipy/scipy-0.16.0.ebuild b/sci-libs/scipy/scipy-0.16.0.ebuild index a41fb526534c..515846246970 100644 --- a/sci-libs/scipy/scipy-0.16.0.ebuild +++ b/sci-libs/scipy/scipy-0.16.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) DOC_PV=0.15.1 |