commit:     26aaa3bfc8a083719f7e6103f43507ea71e161ab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 10:11:52 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 10:17:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26aaa3bf

dev-python/slixmpp: Enable py3.7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/slixmpp/slixmpp-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/slixmpp/slixmpp-1.4.2.ebuild 
b/dev-python/slixmpp/slixmpp-1.4.2.ebuild
index 60a233b71f8..8bdf1ef5c76 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
 

Reply via email to