diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2018-11-21 19:36:37 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-11-22 23:53:04 +0100 |
commit | ff5d03f1806492d5b68728a4ae00d63dd902ce28 (patch) | |
tree | 248b9317f3aec1f5cafb714cdfd0f98a790ae438 /dev-python/humanfriendly | |
parent | sys-kernel/spl: http -> https for HOMEPAGE (diff) | |
download | gentoo-ff5d03f1806492d5b68728a4ae00d63dd902ce28.tar.gz gentoo-ff5d03f1806492d5b68728a4ae00d63dd902ce28.tar.bz2 gentoo-ff5d03f1806492d5b68728a4ae00d63dd902ce28.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10459
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/humanfriendly')
-rw-r--r-- | dev-python/humanfriendly/humanfriendly-4.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/humanfriendly/humanfriendly-4.17.ebuild b/dev-python/humanfriendly/humanfriendly-4.17.ebuild index bb442e83cbbb..d0a30bf922d7 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}] ) " |