Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbconvert/
Date: Sun, 27 Feb 2022 09:36:03
Message-Id: 1645954557.0fcd3dcef247c9797fab1e0bd1d8d63c1ad35eab.mgorny@gentoo
1 commit: 0fcd3dcef247c9797fab1e0bd1d8d63c1ad35eab
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 09:35:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 09:35:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcd3dce
7
8 dev-python/nbconvert: Remove inkscape test dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nbconvert/nbconvert-6.4.2.ebuild | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/dev-python/nbconvert/nbconvert-6.4.2.ebuild b/dev-python/nbconvert/nbconvert-6.4.2.ebuild
16 index 4b4443751510..4a1ab8884ca9 100644
17 --- a/dev-python/nbconvert/nbconvert-6.4.2.ebuild
18 +++ b/dev-python/nbconvert/nbconvert-6.4.2.ebuild
19 @@ -33,15 +33,12 @@ RDEPEND="
20 dev-python/testpath[${PYTHON_USEDEP}]
21 www-servers/tornado[${PYTHON_USEDEP}]
22 "
23 -# Skip inkscape on hppa b/c tests should skip it gracefully if not around
24 -# It's a heavy dependency.
25 BDEPEND="
26 test? (
27 dev-python/pebble[${PYTHON_USEDEP}]
28 dev-python/ipykernel[${PYTHON_USEDEP}]
29 dev-python/ipywidgets[${PYTHON_USEDEP}]
30 >=dev-python/jupyter_client-4.2[${PYTHON_USEDEP}]
31 - !hppa? ( media-gfx/inkscape )
32 )
33 "