commit: 979e8e27447a5fa66f6cff55a7d9671be939b760
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 18:53:02 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 18:31:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979e8e27
dev-python/formencode: Drop python2_7
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/formencode/formencode-1.3.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/formencode/formencode-1.3.0-r3.ebuild
b/dev-python/formencode/formencode-1.3.0-r3.ebuild
index 6f62e4aed8b..6d511cc1270 100644
--- a/dev-python/formencode/formencode-1.3.0-r3.ebuild
+++ b/dev-python/formencode/formencode-1.3.0-r3.ebuild
@@ -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"