diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 21:41:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-17 08:47:37 +0100 |
commit | 6040a9c4310454a76789b8631e6c3e17dd2249e7 (patch) | |
tree | 3b5b471234d5ea3d190f840f258f2c44ca11e6fd | |
parent | dev-python/statsmodels: Remove Python 2 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |