dev-python/formencode: Drop python2_7
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 2 Dec 2019 18:53:02 +0000 (19:53 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 19 Jan 2020 18:31:54 +0000 (19:31 +0100)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/formencode/formencode-1.3.0-r3.ebuild

index 6f62e4aed8b661ded3774c87f7b8572fae3e46af..6d511cc127025871bf78122a6c3256b1b654e0eb 100644 (file)
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
 
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 MY_PN="FormEncode"