From: Justin Lecher Date: Wed, 2 Sep 2015 09:28:08 +0000 (+0200) Subject: dev-python/path-py: Add missing test dep X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3f0877e651a14b70bb4e1eca97e6716e9ac5a47;p=gentoo.git dev-python/path-py: Add missing test dep Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/path-py/path-py-7.7.1.ebuild b/dev-python/path-py/path-py-7.7.1.ebuild index 7ae500ba7c04..b490b2b7e6e1 100644 --- a/dev-python/path-py/path-py-7.7.1.ebuild +++ b/dev-python/path-py/path-py-7.7.1.ebuild @@ -24,6 +24,7 @@ DEPEND=" test? ( dev-python/appdirs[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}"