commit: f588e8485e4e204e4b3c6d9df4299175efc37079 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 17 05:33:01 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 17 05:33:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f588e848
dev-python/setproctitle: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild b/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild index 0bbb398ef4a..0b893c76c41 100644 --- a/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild +++ b/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 # pypy doesn't get started in test run. Still required by www-servers/gunicorn -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 toolchain-funcs