dev-python/sshtunnel: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:11:31 +0000 (07:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:41 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild

index 6dd946103b124074598c1e1f037dc70be9986001..dafebc1d8116ba9bddfeeddb25979881fcef2f9c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Pure python SSH tunnels"