From ff5d03f1806492d5b68728a4ae00d63dd902ce28 Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Wed, 21 Nov 2018 19:36:37 +0100 Subject: [PATCH] dev-python/humanfriendly: correct depend on pytest-cov. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to juippis for spotting the typo Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Tomáš Mózes Closes: https://github.com/gentoo/gentoo/pull/10459 Signed-off-by: Patrice Clement --- dev-python/humanfriendly/humanfriendly-4.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/humanfriendly/humanfriendly-4.17.ebuild b/dev-python/humanfriendly/humanfriendly-4.17.ebuild index bb442e83cbbbe..d0a30bf922d7d 100644 --- a/dev-python/humanfriendly/humanfriendly-4.17.ebuild +++ b/dev-python/humanfriendly/humanfriendly-4.17.ebuild @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} >=dev-python/capturer-2.1[${PYTHON_USEDEP}] >=dev-python/coloredlogs-2.0[${PYTHON_USEDEP}] >=dev-python/pytest-3.0.7[${PYTHON_USEDEP}] - >=dev-python/pytest-2.4.0[${PYTHON_USEDEP}] + >=dev-python/pytest-cov-2.4.0[${PYTHON_USEDEP}] ) "