From: Michał Górny Date: Sat, 18 Jan 2020 18:28:02 +0000 (+0100) Subject: dev-python/ropemode: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3b9b55dcd4f601720cd744d31d07f5771208d360;p=gentoo.git dev-python/ropemode: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/ropemode/ropemode-0.4.ebuild b/dev-python/ropemode/ropemode-0.4.ebuild index b1c88587cf18..50066b7bb7b4 100644 --- a/dev-python/ropemode/ropemode-0.4.ebuild +++ b/dev-python/ropemode/ropemode-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1