From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6442138351 for ; Wed, 29 Jan 2020 06:14:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 176ADE084A; Wed, 29 Jan 2020 06:14:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F333DE084A for ; Wed, 29 Jan 2020 06:14:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18C7934E4B4 for ; Wed, 29 Jan 2020 06:14:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACBCB108 for ; Wed, 29 Jan 2020 06:14:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1580278444.1dc57d41b428da1bc6bd1eae338041f5febaa565.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-language-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-language-server/python-language-server-0.31.2.ebuild X-VCS-Directories: dev-python/python-language-server/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1dc57d41b428da1bc6bd1eae338041f5febaa565 X-VCS-Branch: master Date: Wed, 29 Jan 2020 06:14:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1014f9d-69d1-4f16-aa51-b8e91146d2b8 X-Archives-Hash: f962b26ff659030e07557a94db426196 commit: 1dc57d41b428da1bc6bd1eae338041f5febaa565 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jan 29 05:26:55 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 29 06:14:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc57d41 dev-python/python-language-server: add DISTUTILS_USE_SETUPTOOLS Signed-off-by: Joonas Niilola gentoo.org> dev-python/python-language-server/python-language-server-0.31.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/python-language-server/python-language-server-0.31.2.ebuild b/dev-python/python-language-server/python-language-server-0.31.2.ebuild index daf1642be48..07d9ee4687f 100644 --- a/dev-python/python-language-server/python-language-server-0.31.2.ebuild +++ b/dev-python/python-language-server/python-language-server-0.31.2.ebuild @@ -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"