projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
321113f
)
dev-python/jupyter: add python3_7 to PYTHON_COMPAT
author
Nicholas Meyer
<nickaristocrates@gmail.com>
Sun, 3 May 2020 05:01:07 +0000
(22:01 -0700)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 3 May 2020 16:40:02 +0000
(18:40 +0200)
Closes: https://bugs.gentoo.org/719010
Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15627
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/jupyter/jupyter-1.0.0-r2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild
b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild
index 32ada3178badc51577be7e01799eff8730008a1a..e2261ab869eadff9a01429e8f63793fc71a9d3fe 100644
(file)
--- 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