summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2017-07-23 13:58:41 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2017-07-23 13:58:41 +0300
commit2967fbd9267d4662c24e0c49ee66fe858be4aadf (patch)
treeee14364c284e0d89c65c8067d29c80fd87f6a4ff /dev-python/protobuf-python
parentkde-frameworks/kdelibs: 4.14.34 bump, fix USE=opengl, build w/ cmake-3.9 (diff)
downloadgentoo-2967fbd9267d4662c24e0c49ee66fe858be4aadf.tar.gz
gentoo-2967fbd9267d4662c24e0c49ee66fe858be4aadf.tar.bz2
gentoo-2967fbd9267d4662c24e0c49ee66fe858be4aadf.zip
dev-python/protobuf-python: works with py3.6
Tested on arm and amd64 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/protobuf-python')
-rw-r--r--dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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