commit: 84db71a26d0dd8d6face77ec7c8eb5dcc1cb32c0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 5 15:32:13 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 5 15:47:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84db71a2
dev-python/kaitaistruct: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild index 8ab274c9569..c932baa405f 100644 --- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild +++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1
