diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-27 20:15:53 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-27 20:16:07 +0200 |
commit | cb016b47a33f6e6db7436df62b8fc9b43b794e81 (patch) | |
tree | 72a3dd1338361766d506baa3113baea3319c955c /dev-python/pytest-cov | |
parent | net-im/gajim: Version Bump (diff) | |
download | gentoo-cb016b47a33f6e6db7436df62b8fc9b43b794e81.tar.gz gentoo-cb016b47a33f6e6db7436df62b8fc9b43b794e81.tar.bz2 gentoo-cb016b47a33f6e6db7436df62b8fc9b43b794e81.zip |
dev-python/pytest-cov: Revert loosen of coverage version in deps
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561630
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pytest-cov')
-rw-r--r-- | dev-python/pytest-cov/pytest-cov-2.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pytest-cov/pytest-cov-2.1.0.ebuild b/dev-python/pytest-cov/pytest-cov-2.1.0.ebuild index e424459e2284..5405cb48b879 100644 --- a/dev-python/pytest-cov/pytest-cov-2.1.0.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.1.0.ebuild @@ -20,7 +20,8 @@ RDEPEND=" >=dev-python/py-1.4.22[${PYTHON_USEDEP}] >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}] >=dev-python/cov-core-1.14.0[${PYTHON_USEDEP}] - >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}]" + >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}] + <dev-python/coverage-4[${PYTHON_USEDEP}]" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( |