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 3D875158090 for ; Thu, 5 May 2022 23:38:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 952B7E0896; Thu, 5 May 2022 23:37:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7CF7E0894 for ; Thu, 5 May 2022 23:37:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 96EB7341945 for ; Thu, 5 May 2022 23:37:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DFC1450 for ; Thu, 5 May 2022 23:37:55 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1651793872.e423cb7e50156499520fc1037d7e16a77e3104f1.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/cinder/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/cinder/cinder-20.0.0.ebuild X-VCS-Directories: sys-cluster/cinder/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: e423cb7e50156499520fc1037d7e16a77e3104f1 X-VCS-Branch: dev Date: Thu, 5 May 2022 23:37:55 +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: 69be6a1b-b079-47d8-82f1-a80507e26c53 X-Archives-Hash: 7caa8567f28f9d93cefa1c07c714890c commit: e423cb7e50156499520fc1037d7e16a77e3104f1 Author: Alessandro Barbieri gmail com> AuthorDate: Thu May 5 15:41:09 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu May 5 23:37:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e423cb7e sys-cluster/cinder: add missing test dep Closes: https://bugs.gentoo.org/842777 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/cinder/cinder-20.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/cinder/cinder-20.0.0.ebuild b/sys-cluster/cinder/cinder-20.0.0.ebuild index 3d2eb4da1..ade70edbf 100644 --- a/sys-cluster/cinder/cinder-20.0.0.ebuild +++ b/sys-cluster/cinder/cinder-20.0.0.ebuild @@ -109,6 +109,7 @@ BDEPEND=" dev-python/SQLAlchemy-Utils[${PYTHON_USEDEP}] dev-python/moto[${PYTHON_USEDEP}] dev-python/testresources[${PYTHON_USEDEP}] + dev-python/testscenarios[${PYTHON_USEDEP}] ) "