From: Michał Górny Date: Sun, 26 Apr 2020 10:11:52 +0000 (+0200) Subject: dev-python/slixmpp: Enable py3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=26aaa3bfc8a083719f7e6103f43507ea71e161ab;p=gentoo.git dev-python/slixmpp: Enable py3.7 Signed-off-by: Michał Górny --- diff --git a/dev-python/slixmpp/slixmpp-1.4.2.ebuild b/dev-python/slixmpp/slixmpp-1.4.2.ebuild index 60a233b71f8e..8bdf1ef5c769 100644 --- a/dev-python/slixmpp/slixmpp-1.4.2.ebuild +++ b/dev-python/slixmpp/slixmpp-1.4.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1