From: Michał Górny Date: Thu, 6 Feb 2020 05:39:18 +0000 (+0100) Subject: dev-python/rope: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cfd464042a5c85db669f18a724c0cbb3e230f891;p=gentoo.git dev-python/rope: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/rope/rope-0.10.7.ebuild b/dev-python/rope/rope-0.10.7.ebuild index 8d64d89e6545..9e15a0c71b81 100644 --- a/dev-python/rope/rope-0.10.7.ebuild +++ b/dev-python/rope/rope-0.10.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1