From: Michał Górny Date: Sun, 17 May 2020 05:33:01 +0000 (+0200) Subject: dev-python/setproctitle: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f588e8485e4e204e4b3c6d9df4299175efc37079;p=gentoo.git dev-python/setproctitle: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild b/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild index 0bbb398ef4a1..0b893c76c410 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