dev-python/lit: add setuptools dependency
authorJohan Bergström <bugs@bergstroem.nu>
Mon, 27 Mar 2017 14:28:48 +0000 (16:28 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 27 Mar 2017 14:40:45 +0000 (16:40 +0200)
Closes: https://github.com/gentoo/gentoo/pull/4280

dev-python/lit/lit-4.0.0.ebuild
dev-python/lit/lit-9999.ebuild

index 61643cd0d5e7390bc58f09ae9eb553ce7b8499d3..2aea24ee0a3466d29b9bc2af2be29f6939bf94ac 100644 (file)
@@ -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 )"
index 55f0ffb5a10dfe3b0a53565cace2f43bcc097b88..487e0b751ecd69b597dd9e954102fa577780796e 100644 (file)
@@ -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 )"