dev-python/nnpy: add python 3.6 support
authorAlexis Ballier <aballier@gentoo.org>
Sat, 3 Jun 2017 17:58:12 +0000 (19:58 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Sat, 3 Jun 2017 17:58:12 +0000 (19:58 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/nnpy/nnpy-1.4.1.ebuild

index f4810a9336cdcd2560d17ad30fd54d2d5e31c53b..7f1153859ae037bd3f74ed8eadf6ab9cefa1f4ed 100644 (file)
@@ -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