dev-python/moto: Add python-3.5 to PYTHON_COMPAT
authorBrian Dolbec <dolsen@gentoo.org>
Thu, 6 Apr 2017 23:19:20 +0000 (16:19 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Tue, 16 May 2017 02:07:08 +0000 (19:07 -0700)
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30

dev-python/moto/moto-0.4.30.ebuild

index da978093a7cdd148e0b562df4398ce296fde008e..69bcc06c215fcd31c4d062ac1faf1d46f67d38cb 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1