commit: cae4815901737b988516d78f3e6ac7216e2aca1c Author: Nicholas Meyer <nickaristocrates <AT> gmail <DOT> com> AuthorDate: Sun May 3 05:01:07 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 3 16:40:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae48159
dev-python/jupyter: add python3_7 to PYTHON_COMPAT Closes: https://bugs.gentoo.org/719010 Signed-off-by: Nicholas Meyer <nickaristocrates <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15627 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/jupyter/jupyter-1.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild index 32ada3178ba..e2261ab869e 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
