diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-20 12:55:55 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | dbc10161d3baddc693b0966650e46b382f7b425a (patch) | |
tree | d3192f5bbd23cdf2a77876f6041c07ca251a9af1 /dev-python/numexpr | |
parent | sci-libs/scipy: Add python3.5 support (diff) | |
download | gentoo-dbc10161d3baddc693b0966650e46b382f7b425a.tar.gz gentoo-dbc10161d3baddc693b0966650e46b382f7b425a.tar.bz2 gentoo-dbc10161d3baddc693b0966650e46b382f7b425a.zip |
dev-python/numexpr: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/numexpr')
-rw-r--r-- | dev-python/numexpr/numexpr-2.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/numexpr/numexpr-2.4.4.ebuild b/dev-python/numexpr/numexpr-2.4.4.ebuild index 2614ef7e0d4a..d264e55baa75 100644 --- a/dev-python/numexpr/numexpr-2.4.4.ebuild +++ b/dev-python/numexpr/numexpr-2.4.4.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 |