dev-python/dask: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 20:40:51 +0000 (21:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 07:47:31 +0000 (08:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/dask/dask-1.2.0.ebuild

index a043828eb99013f15cc1d12955f4218507daf717..561a15e629dfd2dcb80e60afcb21b03fbd831daf 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1