From: David Seifert Date: Sat, 28 Dec 2019 16:14:10 +0000 (+0100) Subject: dev-python/pure-sasl: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cde89db88ae9b4fdeea7080034a2820f8f692b8c;p=gentoo.git dev-python/pure-sasl: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/pure-sasl/pure-sasl-0.6.1.ebuild b/dev-python/pure-sasl/pure-sasl-0.6.1.ebuild index ce2889a576cc..c74a9f98c68e 100644 --- a/dev-python/pure-sasl/pure-sasl-0.6.1.ebuild +++ b/dev-python/pure-sasl/pure-sasl-0.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_7 ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 DESCRIPTION="High-level SASL client written in pure Python"