summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-16 21:41:53 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-17 08:47:37 +0100
commit6040a9c4310454a76789b8631e6c3e17dd2249e7 (patch)
tree3b5b471234d5ea3d190f840f258f2c44ca11e6fd
parentdev-python/statsmodels: Remove Python 2 (diff)
downloadgentoo-6040a9c4310454a76789b8631e6c3e17dd2249e7.tar.gz
gentoo-6040a9c4310454a76789b8631e6c3e17dd2249e7.tar.bz2
gentoo-6040a9c4310454a76789b8631e6c3e17dd2249e7.zip
dev-python/xarray: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/xarray/xarray-0.10.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xarray/xarray-0.10.8.ebuild b/dev-python/xarray/xarray-0.10.8.ebuild
index 71388345bd94..750b2c63e93f 100644
--- a/dev-python/xarray/xarray-0.10.8.ebuild
+++ b/dev-python/xarray/xarray-0.10.8.ebuild
@@ -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