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 1086C138359 for ; Wed, 30 Sep 2020 16:31:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56CFCE0B6F; Wed, 30 Sep 2020 16:31:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2F1D7E0B6F for ; Wed, 30 Sep 2020 16:31:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5668F33BEC2 for ; Wed, 30 Sep 2020 16:31:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDB8C2EC for ; Wed, 30 Sep 2020 16:31:40 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1601483488.2771b5d34e6d206361fbc430c00ef10106be4b4c.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cliff/cliff-3.4.0.ebuild X-VCS-Directories: dev-python/cliff/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 2771b5d34e6d206361fbc430c00ef10106be4b4c X-VCS-Branch: master Date: Wed, 30 Sep 2020 16:31:40 +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: e13b9ccc-7adc-4367-82b6-702ef00aff82 X-Archives-Hash: a582642b4ae3de34c4360a487cedaf17 commit: 2771b5d34e6d206361fbc430c00ef10106be4b4c Author: Louis Sautier gentoo org> AuthorDate: Wed Sep 30 16:30:23 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Wed Sep 30 16:31:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2771b5d3 dev-python/cliff: link to PR fixing manual setuptools deps. Bug: https://bugs.gentoo.org/745663 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Louis Sautier gentoo.org> dev-python/cliff/cliff-3.4.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/cliff/cliff-3.4.0.ebuild b/dev-python/cliff/cliff-3.4.0.ebuild index 2cb3eca1cbe..8a9b0147ca3 100644 --- a/dev-python/cliff/cliff-3.4.0.ebuild +++ b/dev-python/cliff/cliff-3.4.0.ebuild @@ -4,7 +4,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) -# pkg_resources is used even though the QA check doesn't detect it +# TODO: revert to rdepend once this is merged +# https://github.com/openstack/cliff/pull/3 DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1