From bb4518e13df15d943900acd2ff166dddfb2e6561 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 15 Apr 2018 12:04:28 +0200 Subject: [PATCH] dev-python/sphinx-gallery: pytest-runner needed as DEPEND (#626878) Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 d67dc59bff5fc..691ce5f9ff251 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