diff options
Diffstat (limited to 'dev-python')
| -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 f9b70d8ebca2..1adfed055eaa 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 f3296ecf1add..ca212315a39c 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 ) ) " |
