dev-python/namespace-google: Add support for Python 3.8.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2019-12-06 06:06:26 +00:00
committed by Mike Gilbert
parent 85e9b30f1f
commit f88e10c8ff

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy )
PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy )
inherit python-r1
DESCRIPTION="Namespace package declaration for google"