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 A2CB015817D for ; Tue, 18 Jun 2024 08:38:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA3E4E2A72; Tue, 18 Jun 2024 08:38:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 86CB5E2A72 for ; Tue, 18 Jun 2024 08:38:23 +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 7D91F335D7B for ; Tue, 18 Jun 2024 08:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC8F91D1C for ; Tue, 18 Jun 2024 08:38:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1718699466.3d037e9dc100f302cf8e9baf9d20e0ca06f76641.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-keystoneclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-keystoneclient/python-keystoneclient-5.4.0.ebuild X-VCS-Directories: dev-python/python-keystoneclient/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3d037e9dc100f302cf8e9baf9d20e0ca06f76641 X-VCS-Branch: master Date: Tue, 18 Jun 2024 08:38:20 +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: 2b82e35c-0702-4175-abd0-37de4e4c2a5c X-Archives-Hash: c881284b7aa516f0fa01be6048ac79ab commit: 3d037e9dc100f302cf8e9baf9d20e0ca06f76641 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 18 08:31:06 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 18 08:31:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d037e9d dev-python/python-keystoneclient: Fix test deps Signed-off-by: Michał Górny gentoo.org> dev-python/python-keystoneclient/python-keystoneclient-5.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-keystoneclient/python-keystoneclient-5.4.0.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-5.4.0.ebuild index 96c81a16c027..ffcc645258ff 100644 --- a/dev-python/python-keystoneclient/python-keystoneclient-5.4.0.ebuild +++ b/dev-python/python-keystoneclient/python-keystoneclient-5.4.0.ebuild @@ -38,7 +38,7 @@ BDEPEND=" >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] >=dev-python/lxml-4.5.0[${PYTHON_USEDEP}] >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}] - >=dev-python/os-client-config-1.28.0 + >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}] >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]