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 401A4138359 for ; Mon, 19 Oct 2020 14:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B915E0855; Mon, 19 Oct 2020 14:18:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5F38BE0855 for ; Mon, 19 Oct 2020 14:18:31 +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 112FF340A12 for ; Mon, 19 Oct 2020 14:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 727D6332 for ; Mon, 19 Oct 2020 14:18:28 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1603117103.93d9969c7931736bc4585c3d7e3c84d5817cd5a7.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-xenapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild X-VCS-Directories: dev-python/os-xenapi/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 93d9969c7931736bc4585c3d7e3c84d5817cd5a7 X-VCS-Branch: master Date: Mon, 19 Oct 2020 14:18:28 +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: b1c57d1a-3a88-4cd7-a3bd-ee42f4674fa5 X-Archives-Hash: b75a3a12116e694f13e59ae8b470840e commit: 93d9969c7931736bc4585c3d7e3c84d5817cd5a7 Author: Matthew Thode gentoo org> AuthorDate: Mon Oct 19 14:18:07 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Oct 19 14:18:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d9969c dev-python/os-xenapi: add DISTUTILS_USE_SETUPTOOLS=rdepend Closes: https://bugs.gentoo.org/750131 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild b/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild index ebbae8bcf51..facdf5dccb2 100644 --- a/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild +++ b/dev-python/os-xenapi/os-xenapi-0.3.4-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1