From: Michał Górny Date: Mon, 2 Dec 2019 09:01:49 +0000 (+0100) Subject: dev-python/nbconvert: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=30bd68a4124c7fe714088b2b4935feb18bd0a822;p=gentoo.git dev-python/nbconvert: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/nbconvert/nbconvert-5.2.1.ebuild b/dev-python/nbconvert/nbconvert-5.2.1.ebuild index e9c48f1720ae..a869bf2bc5d6 100644 --- a/dev-python/nbconvert/nbconvert-5.2.1.ebuild +++ b/dev-python/nbconvert/nbconvert-5.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1