From: David Seifert Date: Sat, 28 Dec 2019 16:11:38 +0000 (+0100) Subject: dev-python/brython: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=68f79bf6129e460237e1fb53112a27a8ddefe91c;p=gentoo.git dev-python/brython: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/brython/brython-3.7.2.ebuild b/dev-python/brython/brython-3.7.2.ebuild index 29277fb2ae96..ae8bb554b1d3 100644 --- a/dev-python/brython/brython-3.7.2.ebuild +++ b/dev-python/brython/brython-3.7.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit webapp python-single-r1