commit: 1adb2e783ef0efa357dde35a8e0f1a1db9171e39 Author: Johan Bergström <bugs <AT> bergstroem <DOT> nu> AuthorDate: Mon Mar 27 14:28:48 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Mar 27 14:40:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adb2e78
dev-python/lit: add setuptools dependency Closes: https://github.com/gentoo/gentoo/pull/4280 dev-python/lit/lit-4.0.0.ebuild | 1 + dev-python/lit/lit-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/lit/lit-4.0.0.ebuild b/dev-python/lit/lit-4.0.0.ebuild index 61643cd0d5e..2aea24ee0a3 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 55f0ffb5a10..487e0b751ec 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 )"
