commit: 3c8a1b0571b239eacbb953f51a7b8075a465c975 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Oct 10 18:24:03 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Oct 10 18:24:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8a1b05
dev-python/notebook: break circular dependency Closes: https://bugs.gentoo.org/876526 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/notebook/notebook-6.4.12.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/notebook/notebook-6.4.12.ebuild b/dev-python/notebook/notebook-6.4.12.ebuild index 98ff3257518f..d18523f960a5 100644 --- a/dev-python/notebook/notebook-6.4.12.ebuild +++ b/dev-python/notebook/notebook-6.4.12.ebuild @@ -29,7 +29,6 @@ RDEPEND=" >=dev-python/pyzmq-17[${PYTHON_USEDEP}] >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}] dev-python/nbformat[${PYTHON_USEDEP}] - >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}] >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}] @@ -43,6 +42,8 @@ BDEPEND=" ) " +PDEPEND=">=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]" + PATCHES=( "${FILESDIR}"/notebook-6.4.11-no-mathjax.patch )
