diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 22:57:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:00:34 +0200 |
commit | 3ddc7bad717d559129fc236242cb423d020178ae (patch) | |
tree | 20b7634e764841919f8995e1edce9eeb0d0981af /dev-python/nose | |
parent | dev-python/jsonschema: Remove py2 (diff) | |
download | gentoo-3ddc7bad717d559129fc236242cb423d020178ae.tar.gz gentoo-3ddc7bad717d559129fc236242cb423d020178ae.tar.bz2 gentoo-3ddc7bad717d559129fc236242cb423d020178ae.zip |
dev-python/nose: Limit twisted test-dep to py3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/nose-1.3.7-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild b/dev-python/nose/nose-1.3.7-r5.ebuild index 5e6c66c4065a..7cd58888bdb7 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=( |