summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-27 10:35:53 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-27 10:35:57 +0100
commit0fcd3dcef247c9797fab1e0bd1d8d63c1ad35eab (patch)
tree4a55f93d680aed4f6ee1d4febab681d565c0cdc7 /dev-python/nbconvert
parentdev-java/jdepend: removed obsolete 2.9-r6 (diff)
downloadgentoo-0fcd3dcef247c9797fab1e0bd1d8d63c1ad35eab.tar.gz
gentoo-0fcd3dcef247c9797fab1e0bd1d8d63c1ad35eab.tar.bz2
gentoo-0fcd3dcef247c9797fab1e0bd1d8d63c1ad35eab.zip
dev-python/nbconvert: Remove inkscape test dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nbconvert')
-rw-r--r--dev-python/nbconvert/nbconvert-6.4.2.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/nbconvert/nbconvert-6.4.2.ebuild b/dev-python/nbconvert/nbconvert-6.4.2.ebuild
index 4b4443751510..4a1ab8884ca9 100644
--- a/dev-python/nbconvert/nbconvert-6.4.2.ebuild
+++ b/dev-python/nbconvert/nbconvert-6.4.2.ebuild
@@ -33,15 +33,12 @@ RDEPEND="
dev-python/testpath[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
"
-# Skip inkscape on hppa b/c tests should skip it gracefully if not around
-# It's a heavy dependency.
BDEPEND="
test? (
dev-python/pebble[${PYTHON_USEDEP}]
dev-python/ipykernel[${PYTHON_USEDEP}]
dev-python/ipywidgets[${PYTHON_USEDEP}]
>=dev-python/jupyter_client-4.2[${PYTHON_USEDEP}]
- !hppa? ( media-gfx/inkscape )
)
"