From 0fcd3dcef247c9797fab1e0bd1d8d63c1ad35eab Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 27 Feb 2022 10:35:53 +0100 Subject: dev-python/nbconvert: Remove inkscape test dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/nbconvert/nbconvert-6.4.2.ebuild | 3 --- 1 file changed, 3 deletions(-) (limited to 'dev-python/nbconvert') 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 ) ) " -- cgit v1.2.3-65-gdbad