From: Nicholas Meyer Date: Sun, 3 May 2020 05:01:07 +0000 (-0700) Subject: dev-python/jupyter: add python3_7 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cae4815901737b988516d78f3e6ac7216e2aca1c;p=gentoo.git dev-python/jupyter: add python3_7 to PYTHON_COMPAT Closes: https://bugs.gentoo.org/719010 Signed-off-by: Nicholas Meyer Closes: https://github.com/gentoo/gentoo/pull/15627 Signed-off-by: Michał Górny --- diff --git a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild index 32ada3178bad..e2261ab869ea 100644 --- a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild +++ b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1