summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-26 12:11:52 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-26 12:17:08 +0200
commit26aaa3bfc8a083719f7e6103f43507ea71e161ab (patch)
tree110f675b9f8d7a7ff0ab9696d9366dbd7d0f77f5
parentdev-python/slimit: Enable py3.{7,8} (diff)
downloadgentoo-26aaa3bfc8a083719f7e6103f43507ea71e161ab.tar.gz
gentoo-26aaa3bfc8a083719f7e6103f43507ea71e161ab.tar.bz2
gentoo-26aaa3bfc8a083719f7e6103f43507ea71e161ab.zip
dev-python/slixmpp: Enable py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/slixmpp/slixmpp-1.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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