diff options
author | 2020-01-27 21:38:30 +0100 | |
---|---|---|
committer | 2020-01-27 21:54:41 +0100 | |
commit | 4492f74b362b2f7c187c99f8629bc6284e599eb7 (patch) | |
tree | a6e734af8cbfc0ff8b2d63537a2601a6feb23c9c /dev-python/lit/lit-7.1.0.ebuild | |
parent | sys-apps/iproute2: Removed old (diff) | |
download | gentoo-4492f74b362b2f7c187c99f8629bc6284e599eb7.tar.gz gentoo-4492f74b362b2f7c187c99f8629bc6284e599eb7.tar.bz2 gentoo-4492f74b362b2f7c187c99f8629bc6284e599eb7.zip |
dev-python/lit: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lit/lit-7.1.0.ebuild')
-rw-r--r-- | dev-python/lit/lit-7.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/lit/lit-7.1.0.ebuild b/dev-python/lit/lit-7.1.0.ebuild index c9d754973b91..0d76068cd76e 100644 --- a/dev-python/lit/lit-7.1.0.ebuild +++ b/dev-python/lit/lit-7.1.0.ebuild @@ -3,7 +3,9 @@ EAPI=6 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7} ) + inherit distutils-r1 multiprocessing MY_P=llvm-${PV/_/}.src @@ -21,7 +23,6 @@ S=${WORKDIR}/${MY_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 )" |