summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2017-03-27 16:28:48 +0200
committerMichał Górny <mgorny@gentoo.org>2017-03-27 16:40:45 +0200
commit1adb2e783ef0efa357dde35a8e0f1a1db9171e39 (patch)
tree4ac518b9e63fd3003fce675a36cf3a52d6178f2c /dev-python/lit
parentsys-kernel/hardened-sources: version bump to 4.9.18 (diff)
downloadgentoo-1adb2e783ef0efa357dde35a8e0f1a1db9171e39.tar.gz
gentoo-1adb2e783ef0efa357dde35a8e0f1a1db9171e39.tar.bz2
gentoo-1adb2e783ef0efa357dde35a8e0f1a1db9171e39.zip
dev-python/lit: add setuptools dependency
Closes: https://github.com/gentoo/gentoo/pull/4280
Diffstat (limited to 'dev-python/lit')
-rw-r--r--dev-python/lit/lit-4.0.0.ebuild1
-rw-r--r--dev-python/lit/lit-9999.ebuild3
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/lit/lit-4.0.0.ebuild b/dev-python/lit/lit-4.0.0.ebuild
index 61643cd0d5e7..2aea24ee0a34 100644
--- a/dev-python/lit/lit-4.0.0.ebuild
+++ b/dev-python/lit/lit-4.0.0.ebuild
@@ -20,6 +20,7 @@ S=${WORKDIR}/${MY_P}.src/utils/lit
# Tests require 'FileCheck' and 'not' utilities (from llvm)
DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/psutil[${PYTHON_USEDEP}]
sys-devel/llvm )"
diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
index 55f0ffb5a10d..487e0b751ecd 100644
--- a/dev-python/lit/lit-9999.ebuild
+++ b/dev-python/lit/lit-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,6 +21,7 @@ S=${WORKDIR}/${P}/utils/lit
# Tests require 'FileCheck' and 'not' utilities (from llvm)
DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/psutil[${PYTHON_USEDEP}]
sys-devel/llvm )"