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

index 71388345bd940312a19f140273fb1c466c7a81e0..750b2c63e93f41247e1afc8564aefef140f716eb 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1