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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 270D3158086 for ; Fri, 12 Nov 2021 01:43:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 758472BC030; Fri, 12 Nov 2021 01:43:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 274712BC030 for ; Fri, 12 Nov 2021 01:43:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40296342F44 for ; Fri, 12 Nov 2021 01:43:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACA1A13F for ; Fri, 12 Nov 2021 01:43:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636681393.d3d9a05421fbb80c960aa728a623f275713cfda3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/cloud-init/cloud-init-21.2.ebuild X-VCS-Directories: app-emulation/cloud-init/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d3d9a05421fbb80c960aa728a623f275713cfda3 X-VCS-Branch: master Date: Fri, 12 Nov 2021 01:43:45 +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: 234c5900-14eb-405d-952e-9928294ed701 X-Archives-Hash: 970745051aa0cf101ee6ab00c765891f commit: d3d9a05421fbb80c960aa728a623f275713cfda3 Author: Sam James gentoo org> AuthorDate: Fri Nov 12 01:43:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 12 01:43:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d9a054 app-emulation/cloud-init: include more in BDEPEND We try to install files using the tool so let's include BDEPEND for now unless we can come up with a more refined approach. Closes: https://bugs.gentoo.org/823206 Signed-off-by: Sam James gentoo.org> app-emulation/cloud-init/cloud-init-21.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/cloud-init/cloud-init-21.2.ebuild b/app-emulation/cloud-init/cloud-init-21.2.ebuild index 50cd368122d..55f12c07641 100644 --- a/app-emulation/cloud-init/cloud-init-21.2.ebuild +++ b/app-emulation/cloud-init/cloud-init-21.2.ebuild @@ -35,8 +35,8 @@ CDEPEND=" dev-python/six[${PYTHON_USEDEP}] " DEPEND=" - test? ( ${CDEPEND} + test? ( >=dev-python/httpretty-0.7.1[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}]