dev-python/blosc: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:19:52 +0000 (14:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:19:52 +0000 (14:19 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/blosc/blosc-1.5.1.ebuild

index 646deac156a578902a9eb2f4a00cba164dd301cc..741ab2ca759f78fef496e5c0cb7a2c24c8ea6e9b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1