sci-biology/biopandas: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:03:17 +0000 (06:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:16:48 +0000 (06:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-biology/biopandas/biopandas-0.2.1.ebuild

index c7a632cec277c534e36478a61ea72b32382296e9..8c892419b29c14b528ed8cc4b3c2562e507605aa 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1