dev-python/pytest-xprocess: Fix test deps
authorPatrick Lauer <patrick@gentoo.org>
Sun, 3 Jan 2016 16:36:35 +0000 (17:36 +0100)
committerPatrick Lauer <patrick@gentoo.org>
Sun, 3 Jan 2016 16:41:00 +0000 (17:41 +0100)
Package-Manager: portage-2.2.26

dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild

index cd81175b037232a6ae4bd391304b0df730b6ea29..4b408a1e53fdac9c736749f9d9e583cd18293f88 100644 (file)
@@ -25,7 +25,8 @@ RDEPEND="
        dev-python/psutil[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
-       test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] )
+       test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}]
+               dev-python/pytest-cache[${PYTHON_USEDEP}] )
 "
 
 python_test() {