dev-python/passlib: Add python3_6 to PYTHON_COMPAT
authorPatrick McLean <chutzpah@gentoo.org>
Wed, 8 Mar 2017 02:53:28 +0000 (18:53 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Wed, 8 Mar 2017 02:53:46 +0000 (18:53 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/passlib/passlib-1.7.1-r1.ebuild

index 01252ccc79fd2b9942abc3819257b2fca17af99c..00a8176a4c668e7d7e33bfc4dad7989f376620cf 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1