From: Pacho Ramos Date: Sun, 15 Apr 2018 10:04:28 +0000 (+0200) Subject: dev-python/sphinx-gallery: pytest-runner needed as DEPEND (#626878) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bb4518e13df15d943900acd2ff166dddfb2e6561;p=gentoo.git dev-python/sphinx-gallery: pytest-runner needed as DEPEND (#626878) Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild index d67dc59bff5f..691ce5f9ff25 100644 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild @@ -20,7 +20,10 @@ RDEPEND=" dev-python/pillow[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] " -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] +" PDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]" # tests need extra files not distributed