commit: a9939bdc42d1397d5f70473b0c053e65aa533369
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 10:45:28 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 11:49:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9939bdc
dev-python/pytest-xprocess: Pytest-2.8 has cache support included
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild | 5 ++++-
1 file changed, 4 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 537acf1..66f06bf 100644
--- a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild
+++ b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild
@@ -18,7 +18,10 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
- dev-python/pytest-cache[${PYTHON_USEDEP}]
+ || (
+ dev-python/pytest-cache[${PYTHON_USEDEP}]
+ >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}]
+ )
dev-python/psutil[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}