From: Pacho Ramos Date: Thu, 26 Dec 2019 20:49:36 +0000 (+0100) Subject: dev-python/blosc: Supports python 3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f3b6891e831f05dbf284578620f393088856007;p=gentoo.git dev-python/blosc: Supports python 3.8 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos --- 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