diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2017-07-23 13:58:41 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2017-07-23 13:58:41 +0300 |
commit | 2967fbd9267d4662c24e0c49ee66fe858be4aadf (patch) | |
tree | ee14364c284e0d89c65c8067d29c80fd87f6a4ff /dev-python | |
parent | kde-frameworks/kdelibs: 4.14.34 bump, fix USE=opengl, build w/ cmake-3.9 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild | 2 |
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 |