dev-python/path-py: Add missing test dep
authorJustin Lecher <jlec@gentoo.org>
Wed, 2 Sep 2015 09:28:08 +0000 (11:28 +0200)
committerJustin Lecher <jlec@gentoo.org>
Wed, 2 Sep 2015 10:16:06 +0000 (12:16 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/path-py/path-py-7.7.1.ebuild

index 7ae500ba7c040ad102516e91f8612d4abfcf30e9..b490b2b7e6e14a9bed7b3237e48e2e551c4221a2 100644 (file)
@@ -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}"