dev-python/protobuf-python: works with py3.6
authorAlexey Shvetsov <alexxy@gentoo.org>
Sun, 23 Jul 2017 10:58:41 +0000 (13:58 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Sun, 23 Jul 2017 10:58:41 +0000 (13:58 +0300)
Tested on arm and amd64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild

index 0d7dbfde1dc96aa2b77f94c39c70b6074bfd1f87..ec1907817312069aac7d03613a91faeda009cfd6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 # pypy fails tests; pypy3 fails even running tests
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1