commit: 99859a597f5dc4035b524a0c867d39ad850f7c10 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 2 08:19:06 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 2 08:25:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99859a59
dev-python/imagesize: Remove py2.7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/imagesize/imagesize-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/imagesize/imagesize-1.1.0.ebuild b/dev-python/imagesize/imagesize-1.1.0.ebuild index 949c9fdc6f5..74dfd6ea9b9 100644 --- a/dev-python/imagesize/imagesize-1.1.0.ebuild +++ b/dev-python/imagesize/imagesize-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6..9}} ) +PYTHON_COMPAT=( pypy3 python3_{6..9} ) inherit distutils-r1