commit: d3f0877e651a14b70bb4e1eca97e6716e9ac5a47
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 09:28:08 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 10:16:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f0877e
dev-python/path-py: Add missing test dep
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/path-py/path-py-7.7.1.ebuild | 1 +
1 file changed, 1 insertion(+)
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 7ae500b..b490b2b 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}"