From 9192540b59ff56f7510edefff5820a84b719e7b3 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Fri, 20 Dec 2019 15:38:42 -0500 Subject: [PATCH] gpapi: python 3.7 --- dev-python/gpapi/gpapi-0.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/gpapi/gpapi-0.4.4.ebuild b/dev-python/gpapi/gpapi-0.4.4.ebuild index ba4f9d463..71739fa1e 100644 --- a/dev-python/gpapi/gpapi-0.4.4.ebuild +++ b/dev-python/gpapi/gpapi-0.4.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) inherit distutils-r1 DESCRIPTION="Unofficial python api for google play"