summaryrefslogtreecommitdiff
path: root/dev-python/nnpy
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-03 19:58:12 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-03 19:58:12 +0200
commit7c2c9ef32c19640109b0b94309ce2589ce105513 (patch)
treeefa3b51746d1b6391cd1333f47c7c83a12a09a16 /dev-python/nnpy
parent721b89d83474b1a2747fd9d923016eaa4a584ebc (diff)
downloadgentoo-7c2c9ef32c19640109b0b94309ce2589ce105513.tar.gz
gentoo-7c2c9ef32c19640109b0b94309ce2589ce105513.tar.xz
dev-python/nnpy: add python 3.6 support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/nnpy')
-rw-r--r--dev-python/nnpy/nnpy-1.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nnpy/nnpy-1.4.1.ebuild b/dev-python/nnpy/nnpy-1.4.1.ebuild
index f4810a9336c..7f1153859ae 100644
--- a/dev-python/nnpy/nnpy-1.4.1.ebuild
+++ b/dev-python/nnpy/nnpy-1.4.1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1