From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 2 Oct 2018 19:48:22 +0000 (+0200) Subject: dev-python/namespace-google: Support Python 3.7. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=abd3737105098b8b6f1e5a3035a4f0d8ed2c9e93;p=gentoo.git dev-python/namespace-google: Support Python 3.7. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Mike Gilbert --- diff --git a/dev-python/namespace-google/namespace-google-1.ebuild b/dev-python/namespace-google/namespace-google-1.ebuild index 7f137a69a85e..143da3ffd1fd 100644 --- a/dev-python/namespace-google/namespace-google-1.ebuild +++ b/dev-python/namespace-google/namespace-google-1.ebuild @@ -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"