dev-python/sleekxmpp: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 3 Mar 2020 08:33:51 +0000 (09:33 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 3 Mar 2020 09:18:39 +0000 (10:18 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild

index 0851971dd13045bc9e783c47379d4dc3b47423ac..015524b62d856284a3c287ea0c1b764f4fbc1548 100644 (file)
@@ -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