dev-python/google-apputils: note py3 compat

This commit is contained in:
Mike Frysinger
2016-03-28 14:50:56 -04:00
parent 031521f357
commit 40e378f85d

View File

@@ -4,7 +4,8 @@
EAPI="5"
PYTHON_COMPAT=( python2_7 ) # Doesn't yet support py3
# Python 3: https://github.com/google/google-apputils/issues/9
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1