From 8f3b6891e831f05dbf284578620f393088856007 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 26 Dec 2019 21:49:36 +0100 Subject: [PATCH] dev-python/blosc: Supports python 3.8 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos --- dev-python/blosc/blosc-1.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/blosc/blosc-1.5.1.ebuild b/dev-python/blosc/blosc-1.5.1.ebuild index e67958e3439b..99be814c87b6 100644 --- a/dev-python/blosc/blosc-1.5.1.ebuild +++ b/dev-python/blosc/blosc-1.5.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit distutils-r1 -- 2.26.2