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 6869C138359 for ; Wed, 30 Sep 2020 17:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CC21E09D4; Wed, 30 Sep 2020 17:24:09 +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 63539E09D4 for ; Wed, 30 Sep 2020 17:24:09 +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 4DC2A33BE39 for ; Wed, 30 Sep 2020 17:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2CBC376 for ; Wed, 30 Sep 2020 17:24:05 +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: <1601486637.07f1ebdb9cb25e745e1b2962297125d608e0816b.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild X-VCS-Directories: dev-python/python-barbicanclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 07f1ebdb9cb25e745e1b2962297125d608e0816b X-VCS-Branch: master Date: Wed, 30 Sep 2020 17:24:05 +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: 106806ab-6d73-4837-a3fa-8efe5313659f X-Archives-Hash: 5bb77510a9b5675870f89736075a309f commit: 07f1ebdb9cb25e745e1b2962297125d608e0816b Author: Matthew Thode gentoo org> AuthorDate: Wed Sep 30 17:21:04 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Sep 30 17:23:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f1ebdb dev-python/python-barbicanclient: add DISTUTILS_USE_SETUPTOOLS=bdepend Closes: https://bugs.gentoo.org/745690 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild index 14baebe6eab..1cf60384bea 100644 --- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild +++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 @@ -15,9 +16,7 @@ SLOT="0" KEYWORDS="amd64 ~arm64 x86" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" +DEPEND="${CDEPEND}" RDEPEND=" ${CDEPEND} >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]