From 9dd2d806908b1fdadcb6ffddc5c62a3e1d112c57 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:15:59 +0100 Subject: [PATCH] dev-python/spectral-cube: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-python/spectral-cube/spectral-cube-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/spectral-cube/spectral-cube-0.4.0.ebuild b/dev-python/spectral-cube/spectral-cube-0.4.0.ebuild index 858ca8c5b280..b5ae97f1c121 100644 --- a/dev-python/spectral-cube/spectral-cube-0.4.0.ebuild +++ b/dev-python/spectral-cube/spectral-cube-0.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Manipulate astronomical data cubes with Python" -- 2.26.2