Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
Date: Sat, 01 Aug 2020 21:00:47
Message-Id: 1596315634.3ddc7bad717d559129fc236242cb423d020178ae.mgorny@gentoo
1 commit: 3ddc7bad717d559129fc236242cb423d020178ae
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 20:57:55 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 21:00:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddc7bad
7
8 dev-python/nose: Limit twisted test-dep to py3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nose/nose-1.3.7-r5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild b/dev-python/nose/nose-1.3.7-r5.ebuild
16 index 5e6c66c4065..7cd58888bdb 100644
17 --- a/dev-python/nose/nose-1.3.7-r5.ebuild
18 +++ b/dev-python/nose/nose-1.3.7-r5.ebuild
19 @@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
20 ${COV_DEP}
21 $(python_gen_cond_dep '
22 dev-python/twisted[${PYTHON_USEDEP}]
23 - ' python2_7 python3_{6,7,8})
24 + ' python3_{6,7,8})
25 )"
26
27 PATCHES=(