From 7fb92b40917041385c4f1f4a19e7a739025bc85c Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sun, 3 Jan 2016 17:36:35 +0100 Subject: [PATCH] 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 cd81175b0372..4b408a1e53fd 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() { -- 2.26.2