dev-python/protobuf-python: works with py3.6

Tested on arm and amd64

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Alexey Shvetsov
2017-07-23 13:58:41 +03:00
parent 02bc077693
commit 2967fbd926

View 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