dev-python/blosc: Supports python 3.8
authorPacho Ramos <pacho@gentoo.org>
Thu, 26 Dec 2019 20:49:36 +0000 (21:49 +0100)
committerPacho Ramos <pacho@gentoo.org>
Thu, 26 Dec 2019 20:50:06 +0000 (21:50 +0100)
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
dev-python/blosc/blosc-1.5.1.ebuild

index e67958e3439b80fe464483a9ea7ba2e1137362ec..99be814c87b6f7f13efb361242b0dee8bd7c5de7 100644 (file)
@@ -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