commit: 452a8069d8548bb86e7a561607c8ad304fbd519c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 13:38:52 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 13:42:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452a8069
dev-python/humanfriendly: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/humanfriendly/humanfriendly-4.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/humanfriendly/humanfriendly-4.17.ebuild b/dev-python/humanfriendly/humanfriendly-4.17.ebuild index 2b7465a35b7..9fe2f4da94e 100644 --- a/dev-python/humanfriendly/humanfriendly-4.17.ebuild +++ b/dev-python/humanfriendly/humanfriendly-4.17.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1
