From: Michał Górny Date: Tue, 3 Mar 2020 08:33:51 +0000 (+0100) Subject: dev-python/sleekxmpp: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9932117a6b4d67e7691b75dc158fc9f0e214068a;p=gentoo.git dev-python/sleekxmpp: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild b/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild index 0851971dd130..015524b62d85 100644 --- a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild +++ b/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils distutils-r1