From: David Seifert Date: Sat, 28 Dec 2019 16:13:11 +0000 (+0100) Subject: dev-python/json-rpc: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fea799ccf6be1beb426fc4b285a2555e2644ba21;p=gentoo.git dev-python/json-rpc: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/json-rpc/json-rpc-1.11.0.ebuild b/dev-python/json-rpc/json-rpc-1.11.0.ebuild index 359db38a0b80..b0548d9f692b 100644 --- a/dev-python/json-rpc/json-rpc-1.11.0.ebuild +++ b/dev-python/json-rpc/json-rpc-1.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1