commit: dc1a19beb603b9d96716d3f98454abce8581443e Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Wed Oct 18 10:29:50 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Wed Oct 18 11:36:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1a19be
dev-python/nbclassic: drop bogus pdepend Bug: https://bugs.gentoo.org/915910 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> .../nbclassic/{nbclassic-1.0.0.ebuild => nbclassic-1.0.0-r1.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/nbclassic/nbclassic-1.0.0.ebuild b/dev-python/nbclassic/nbclassic-1.0.0-r1.ebuild similarity index 95% rename from dev-python/nbclassic/nbclassic-1.0.0.ebuild rename to dev-python/nbclassic/nbclassic-1.0.0-r1.ebuild index 1565b1625c23..66fe16976f2b 100644 --- a/dev-python/nbclassic/nbclassic-1.0.0.ebuild +++ b/dev-python/nbclassic/nbclassic-1.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=jupyter inherit distutils-r1 pypi xdg-utils @@ -36,9 +36,6 @@ RDEPEND=" >=dev-python/tornado-6.1[${PYTHON_USEDEP}] >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}] " -PDEPEND=" - <dev-python/notebook-7[${PYTHON_USEDEP}] -" # dev-python/nbval is missing impls BDEPEND="
