dev-python/python-language-server: add DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2020-01-29 07:26:55 +02:00
parent 12b3cb5f35
commit 1dc57d41b4

View File

@@ -5,6 +5,8 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit eutils distutils-r1
DESCRIPTION="An implementation of the Language Server Protocol for Python"