From: Alexey Shvetsov Date: Sun, 23 Jul 2017 10:58:41 +0000 (+0300) Subject: dev-python/protobuf-python: works with py3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2967fbd9267d4662c24e0c49ee66fe858be4aadf;p=gentoo.git dev-python/protobuf-python: works with py3.6 Tested on arm and amd64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- diff --git a/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild b/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild index 0d7dbfde1dc9..ec1907817312 100644 --- a/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild +++ b/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild @@ -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