commit: ff5d03f1806492d5b68728a4ae00d63dd902ce28 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Wed Nov 21 18:36:37 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Nov 22 22:53:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5d03f1
dev-python/humanfriendly: correct depend on pytest-cov. Thanks to juippis for spotting the typo Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10459 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> 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 bb442e83cbb..d0a30bf922d 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}] ) "
