From b35a6c59a90db8c0243eab107fe757ffc64013da Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 9 Apr 2019 22:48:30 -0500 Subject: [PATCH] dev-python/dask: add py37 support to 1.1.3 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- dev-python/dask/dask-1.1.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/dask/dask-1.1.3.ebuild b/dev-python/dask/dask-1.1.3.ebuild index c38d12676298..fdc031a5b83a 100644 --- a/dev-python/dask/dask-1.1.3.ebuild +++ b/dev-python/dask/dask-1.1.3.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 -- 2.26.2