From: Michał Górny Date: Mon, 2 Dec 2019 10:13:00 +0000 (+0100) Subject: dev-python/qtconsole: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b055b724e516db720ee741868083103150223255;p=gentoo.git dev-python/qtconsole: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/qtconsole/qtconsole-4.3.1.ebuild b/dev-python/qtconsole/qtconsole-4.3.1.ebuild index bcf01c05808f..d09cfd497eaa 100644 --- a/dev-python/qtconsole/qtconsole-4.3.1.ebuild +++ b/dev-python/qtconsole/qtconsole-4.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 virtualx