Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/humanfriendly/
Date: Thu, 22 Nov 2018 22:53:30
Message-Id: 1542927184.ff5d03f1806492d5b68728a4ae00d63dd902ce28.monsieurp@gentoo
1 commit: ff5d03f1806492d5b68728a4ae00d63dd902ce28
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 21 18:36:37 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 22 22:53:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5d03f1
7
8 dev-python/humanfriendly: correct depend on pytest-cov.
9
10 Thanks to juippis for spotting the typo
11
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/10459
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 dev-python/humanfriendly/humanfriendly-4.17.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-python/humanfriendly/humanfriendly-4.17.ebuild b/dev-python/humanfriendly/humanfriendly-4.17.ebuild
21 index bb442e83cbb..d0a30bf922d 100644
22 --- a/dev-python/humanfriendly/humanfriendly-4.17.ebuild
23 +++ b/dev-python/humanfriendly/humanfriendly-4.17.ebuild
24 @@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
25 >=dev-python/capturer-2.1[${PYTHON_USEDEP}]
26 >=dev-python/coloredlogs-2.0[${PYTHON_USEDEP}]
27 >=dev-python/pytest-3.0.7[${PYTHON_USEDEP}]
28 - >=dev-python/pytest-2.4.0[${PYTHON_USEDEP}]
29 + >=dev-python/pytest-cov-2.4.0[${PYTHON_USEDEP}]
30 )
31 "