diff options
author | Sam James <sam@gentoo.org> | 2021-10-16 10:28:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-16 10:45:59 +0100 |
commit | 8f990f2f3294f9c05768cc220a4161aaf95707b3 (patch) | |
tree | f556ea2b6692090cb5ec0b85a69e16fb726b5872 /dev-python/nbconvert | |
parent | profiles/arch/hppa: mask USE=doc (diff) | |
download | gentoo-8f990f2f3294f9c05768cc220a4161aaf95707b3.tar.gz gentoo-8f990f2f3294f9c05768cc220a4161aaf95707b3.tar.bz2 gentoo-8f990f2f3294f9c05768cc220a4161aaf95707b3.zip |
dev-python/nbconvert: avoid inkscape test dependency on hppa
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/nbconvert')
-rw-r--r-- | dev-python/nbconvert/nbconvert-6.0.7.ebuild | 4 | ||||
-rw-r--r-- | dev-python/nbconvert/nbconvert-6.2.0.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/nbconvert/nbconvert-6.0.7.ebuild b/dev-python/nbconvert/nbconvert-6.0.7.ebuild index 87597d4755db..5dec6fb5196d 100644 --- a/dev-python/nbconvert/nbconvert-6.0.7.ebuild +++ b/dev-python/nbconvert/nbconvert-6.0.7.ebuild @@ -30,13 +30,15 @@ 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}] - media-gfx/inkscape + !hppa? ( media-gfx/inkscape ) ) " diff --git a/dev-python/nbconvert/nbconvert-6.2.0.ebuild b/dev-python/nbconvert/nbconvert-6.2.0.ebuild index 7278542508d5..b95596254e03 100644 --- a/dev-python/nbconvert/nbconvert-6.2.0.ebuild +++ b/dev-python/nbconvert/nbconvert-6.2.0.ebuild @@ -30,13 +30,15 @@ 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}] - media-gfx/inkscape + !hppa? ( media-gfx/inkscape ) ) " |