diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-22 10:18:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-22 10:21:57 +0100 |
commit | 0d1d3a549f20fdb06ce50445f08e580cc85d44ed (patch) | |
tree | df51cdd3c61a91b8bf199fe4b23230f136e523f8 /dev-python/nbclassic | |
parent | net-analyzer/wireshark: Stabilize 4.0.4-r1 ppc64, #902703 (diff) | |
download | gentoo-0d1d3a549f20fdb06ce50445f08e580cc85d44ed.tar.gz gentoo-0d1d3a549f20fdb06ce50445f08e580cc85d44ed.tar.bz2 gentoo-0d1d3a549f20fdb06ce50445f08e580cc85d44ed.zip |
dev-python/nbclassic: Move nbconvert to PDEP to resolve cycle
Reported by Sam James.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nbclassic')
-rw-r--r-- | dev-python/nbclassic/nbclassic-0.5.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/nbclassic/nbclassic-0.5.3.ebuild b/dev-python/nbclassic/nbclassic-0.5.3.ebuild index 77e7f9ad30af..98319d95b62b 100644 --- a/dev-python/nbclassic/nbclassic-0.5.3.ebuild +++ b/dev-python/nbclassic/nbclassic-0.5.3.ebuild @@ -26,7 +26,6 @@ RDEPEND=" dev-python/jinja[${PYTHON_USEDEP}] >=dev-python/jupyter_client-6.1.1[${PYTHON_USEDEP}] >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}] - >=dev-python/nbconvert-5[${PYTHON_USEDEP}] dev-python/nbformat[${PYTHON_USEDEP}] >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}] >=dev-python/notebook_shim-0.1.0[${PYTHON_USEDEP}] @@ -38,6 +37,9 @@ RDEPEND=" <dev-python/notebook-7[${PYTHON_USEDEP}] " +PDEPEND=" + >=dev-python/nbconvert-5[${PYTHON_USEDEP}] +" # dev-python/nbval is missing impls BDEPEND=" |