sci-biology/biopython: Drop python2_7
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 28 Dec 2019 16:48:55 +0000 (17:48 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 29 Dec 2019 13:22:56 +0000 (14:22 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sci-biology/biopython/biopython-1.73.ebuild

index f0d335a5933aed1130559efadf12539de59ca70f..340130b54c74fa4e18a36978c35199874feba229 100644 (file)
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit distutils-r1 eutils
 
 DESCRIPTION="Python modules for computational molecular biology"