commit: e67c3cfd7fec3659cf2a17074c96335050bd20bc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 19:28:27 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 19:47:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67c3cfd
dev-python/coreschema: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/coreschema/coreschema-0.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild index 33400855ff2..f402f85a12d 100644 --- a/dev-python/coreschema/coreschema-0.0.4.ebuild +++ b/dev-python/coreschema/coreschema-0.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Core Schema"
