commit:     7fb92b40917041385c4f1f4a19e7a739025bc85c
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 16:36:35 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Jan  3 16:41:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb92b40

dev-python/pytest-xprocess: Fix test deps

Package-Manager: portage-2.2.26

 dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild 
b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild
index cd81175..4b408a1 100644
--- a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild
+++ b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild
@@ -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() {

Reply via email to