mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
dev-python/clang-python: dev-python/nose is no longer needed
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user