From: David Seifert Date: Sat, 28 Dec 2019 16:15:48 +0000 (+0100) Subject: dev-python/schema: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc43b6c8432ba2248bdaa9df2e86f612b7526126;p=gentoo.git dev-python/schema: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/schema/schema-0.6.6.ebuild b/dev-python/schema/schema-0.6.6.ebuild index 80665c6048e3..d7fd69f4d556 100644 --- a/dev-python/schema/schema-0.6.6.ebuild +++ b/dev-python/schema/schema-0.6.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python3_{5,6} pypy3 ) inherit distutils-r1