dev-python/namespace-google: Support Python 3.7.

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
2018-10-02 21:48:22 +02:00
committed by Mike Gilbert
parent 5db8c4e80d
commit abd3737105

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy )
inherit python-r1
DESCRIPTION="Namespace package declaration for google"