diff options
author | 2022-10-12 16:07:49 +0200 | |
---|---|---|
committer | 2022-10-12 16:52:33 +0200 | |
commit | 99e9d5f4f5285a44b52cf659c4132bcca17e7c56 (patch) | |
tree | 57cd4c6556c616c0a1c431882220e50583b9aed6 /dev-python/pytest-cov | |
parent | dev-python/coverage: Explicitly depend on dev-python/tomli (diff) | |
download | gentoo-99e9d5f4f5285a44b52cf659c4132bcca17e7c56.tar.gz gentoo-99e9d5f4f5285a44b52cf659c4132bcca17e7c56.tar.bz2 gentoo-99e9d5f4f5285a44b52cf659c4132bcca17e7c56.zip |
dev-python/pytest-cov: Remove obsolete transitive dep on toml
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-cov')
-rw-r--r-- | dev-python/pytest-cov/pytest-cov-3.0.0-r2.ebuild (renamed from dev-python/pytest-cov/pytest-cov-3.0.0-r1.ebuild) | 3 | ||||
-rw-r--r-- | dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild (renamed from dev-python/pytest-cov/pytest-cov-4.0.0.ebuild) | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/pytest-cov/pytest-cov-3.0.0-r1.ebuild b/dev-python/pytest-cov/pytest-cov-3.0.0-r2.ebuild index 8a3e060d831e..65c69c8579d3 100644 --- a/dev-python/pytest-cov/pytest-cov-3.0.0-r1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-3.0.0-r2.ebuild @@ -18,8 +18,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 RDEPEND=" >=dev-python/py-1.4.22[${PYTHON_USEDEP}] >=dev-python/pytest-3.6[${PYTHON_USEDEP}] - >=dev-python/coverage-4.4[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] + >=dev-python/coverage-6.4.4-r1[${PYTHON_USEDEP}] " BDEPEND=" test? ( diff --git a/dev-python/pytest-cov/pytest-cov-4.0.0.ebuild b/dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild index 00e9dce47cda..cdc52ee9890b 100644 --- a/dev-python/pytest-cov/pytest-cov-4.0.0.ebuild +++ b/dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild @@ -22,8 +22,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv RDEPEND=" >=dev-python/py-1.4.22[${PYTHON_USEDEP}] >=dev-python/pytest-3.6[${PYTHON_USEDEP}] - >=dev-python/coverage-4.4[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] + >=dev-python/coverage-6.4.4-r1[${PYTHON_USEDEP}] " BDEPEND=" test? ( |