dev-python/clang-python: dev-python/nose is no longer needed

This commit is contained in:
Michał Górny
2017-11-10 18:13:21 +01:00
parent 6d4548b7d0
commit 27f92ea5ba

View File

@@ -25,13 +25,12 @@ RDEPEND="
!sys-devel/llvm:0[clang(-),python(-)]
!sys-devel/clang:0[python(-)]
${PYTHON_DEPS}"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${P}/bindings/python
src_test() {
python_foreach_impl nosetests -v || die
python_foreach_impl python -m unittest discover -v || die
}
src_install() {