dev-python/lit: Use BDEPEND semi-properly

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-09-17 23:00:11 +02:00
parent 13cf9dfb6e
commit 6260fbae5d
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ RESTRICT="!test? ( test )"
S=${WORKDIR}/${P}/utils/lit
# Tests require 'FileCheck' and 'not' utilities (from llvm)
DEPEND="
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/psutil[${PYTHON_USEDEP}]

View File

@@ -22,7 +22,7 @@ RESTRICT="!test? ( test )"
S=${WORKDIR}/${P}/utils/lit
# Tests require 'FileCheck' and 'not' utilities (from llvm)
DEPEND="
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/psutil[${PYTHON_USEDEP}]