commit: 3ddc7bad717d559129fc236242cb423d020178ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 20:57:55 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 21:00:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddc7bad
dev-python/nose: Limit twisted test-dep to py3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nose/nose-1.3.7-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild
b/dev-python/nose/nose-1.3.7-r5.ebuild
index 5e6c66c4065..7cd58888bdb 100644
--- a/dev-python/nose/nose-1.3.7-r5.ebuild
+++ b/dev-python/nose/nose-1.3.7-r5.ebuild
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
${COV_DEP}
$(python_gen_cond_dep '
dev-python/twisted[${PYTHON_USEDEP}]
- ' python2_7 python3_{6,7,8})
+ ' python3_{6,7,8})
)"
PATCHES=(