summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-17 23:00:11 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-17 23:00:46 +0200
commit6260fbae5dd64be6be8e7fa46adb2539c11fffd1 (patch)
treea1ae6df662bb9f74cd2746d50ad1f0dc43de1b29
parentdev-ml/llvm-ocaml: Use BDEPEND semi-properly (diff)
downloadgentoo-6260fbae.tar.gz
gentoo-6260fbae.tar.bz2
gentoo-6260fbae.zip
dev-python/lit: Use BDEPEND semi-properly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/lit/lit-10.0.0.9999.ebuild2
-rw-r--r--dev-python/lit/lit-9.0.0.9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild b/dev-python/lit/lit-10.0.0.9999.ebuild
index ca5855806da0..d4566ae8be57 100644
--- a/dev-python/lit/lit-10.0.0.9999.ebuild
+++ b/dev-python/lit/lit-10.0.0.9999.ebuild
@@ -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}]
diff --git a/dev-python/lit/lit-9.0.0.9999.ebuild b/dev-python/lit/lit-9.0.0.9999.ebuild
index c6bd8d6e177b..289c81bd0a51 100644
--- a/dev-python/lit/lit-9.0.0.9999.ebuild
+++ b/dev-python/lit/lit-9.0.0.9999.ebuild
@@ -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}]