summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-09 11:45:28 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-09 12:49:41 +0100
commita9939bdc42d1397d5f70473b0c053e65aa533369 (patch)
tree24a9f62e066240af2b6e685c7b881e052d781394 /dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild
parentdev-python/pytest-catchlog: Version Bump (diff)
downloadgentoo-a9939bdc42d1397d5f70473b0c053e65aa533369.tar.gz
gentoo-a9939bdc42d1397d5f70473b0c053e65aa533369.tar.bz2
gentoo-a9939bdc42d1397d5f70473b0c053e65aa533369.zip
dev-python/pytest-xprocess: Pytest-2.8 has cache support included
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild')
-rw-r--r--dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild5
1 files changed, 4 insertions, 1 deletions
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 537acf1ce46d..66f06bf5d11a 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}