mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/nose: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -29,9 +29,11 @@ RDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )
|
||||
test? ( || ( $(python_gen_cond_dep 'dev-python/twisted[${PYTHON_USEDEP}]' python2_7 python3_{5,6})
|
||||
$(python_gen_cond_dep 'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7)
|
||||
) )"
|
||||
test? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/twisted[${PYTHON_USEDEP}]
|
||||
' python2_7 python3_{6,7})
|
||||
)"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-python-3.5-backport.patch
|
||||
|
||||
@@ -35,9 +35,12 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( >=dev-python/sphinx-0.6[$(python_gen_usedep 'python2*')] )
|
||||
test? (
|
||||
$(python_gen_cond_dep 'dev-python/coverage[${PYTHON_USEDEP}]' \
|
||||
"${COVERAGE_IMPLS[@]}")
|
||||
$(python_gen_cond_dep 'dev-python/twisted[${PYTHON_USEDEP}]' python2_7 python3_{5,6})
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
' "${COVERAGE_IMPLS[@]}")
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/twisted[${PYTHON_USEDEP}]
|
||||
' python2_7 python3_{6,7})
|
||||
)"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
Reference in New Issue
Block a user