commit: 92ee8b2a4d99474553c77ceb6fb91c35883f9889
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 18:58:53 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 19:12:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ee8b2a
dev-python/pretty-yaml: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild
b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild
index cc507c30856..bdc96b79b40 100644
--- a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild
+++ b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1