Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/
Date: Mon, 27 Mar 2017 14:41:02
Message-Id: 1490625645.1adb2e783ef0efa357dde35a8e0f1a1db9171e39.mgorny@gentoo
1 commit: 1adb2e783ef0efa357dde35a8e0f1a1db9171e39
2 Author: Johan Bergström <bugs <AT> bergstroem <DOT> nu>
3 AuthorDate: Mon Mar 27 14:28:48 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 27 14:40:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adb2e78
7
8 dev-python/lit: add setuptools dependency
9
10 Closes: https://github.com/gentoo/gentoo/pull/4280
11
12 dev-python/lit/lit-4.0.0.ebuild | 1 +
13 dev-python/lit/lit-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/lit/lit-4.0.0.ebuild b/dev-python/lit/lit-4.0.0.ebuild
17 index 61643cd0d5e..2aea24ee0a3 100644
18 --- a/dev-python/lit/lit-4.0.0.ebuild
19 +++ b/dev-python/lit/lit-4.0.0.ebuild
20 @@ -20,6 +20,7 @@ S=${WORKDIR}/${MY_P}.src/utils/lit
21
22 # Tests require 'FileCheck' and 'not' utilities (from llvm)
23 DEPEND="
24 + dev-python/setuptools[${PYTHON_USEDEP}]
25 test? (
26 dev-python/psutil[${PYTHON_USEDEP}]
27 sys-devel/llvm )"
28
29 diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
30 index 55f0ffb5a10..487e0b751ec 100644
31 --- a/dev-python/lit/lit-9999.ebuild
32 +++ b/dev-python/lit/lit-9999.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 +# Copyright 1999-2017 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 @@ -21,6 +21,7 @@ S=${WORKDIR}/${P}/utils/lit
40
41 # Tests require 'FileCheck' and 'not' utilities (from llvm)
42 DEPEND="
43 + dev-python/setuptools[${PYTHON_USEDEP}]
44 test? (
45 dev-python/psutil[${PYTHON_USEDEP}]
46 sys-devel/llvm )"