commit: 2d0a6129d9523e22012e0c5a6362d27862cf0705
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 03:05:59 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 03:06:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0a6129
dev-python/nbclassic: shift dev-python/notebook to PDEPEND too
We currently have the cycle:
```
(dev-python/nbclassic-0.5.3:0/0::gentoo, ebuild scheduled for merge) depends on
(dev-python/notebook-6.5.3:0/0::gentoo, ebuild scheduled for merge) (runtime)
(dev-python/nbclassic-0.5.3:0/0::gentoo, ebuild scheduled for merge) (runtime)
```
nbclassic is an extension for notebook and notebook already depends on
nbclassic,
so let's PDEPEND it.
Followup to 0d1d3a549f20fdb06ce50445f08e580cc85d44ed.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../nbclassic/{nbclassic-0.5.3.ebuild => nbclassic-0.5.3-r1.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/nbclassic/nbclassic-0.5.3.ebuild
b/dev-python/nbclassic/nbclassic-0.5.3-r1.ebuild
similarity index 97%
rename from dev-python/nbclassic/nbclassic-0.5.3.ebuild
rename to dev-python/nbclassic/nbclassic-0.5.3-r1.ebuild
index 98319d95b62b..086fc3d8bd46 100644
--- a/dev-python/nbclassic/nbclassic-0.5.3.ebuild
+++ b/dev-python/nbclassic/nbclassic-0.5.3-r1.ebuild
@@ -34,11 +34,10 @@ RDEPEND="
>=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
>=dev-python/tornado-6.1[${PYTHON_USEDEP}]
>=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
-
- <dev-python/notebook-7[${PYTHON_USEDEP}]
"
PDEPEND="
>=dev-python/nbconvert-5[${PYTHON_USEDEP}]
+ <dev-python/notebook-7[${PYTHON_USEDEP}]
"
# dev-python/nbval is missing impls