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 92353138359 for ; Fri, 20 Nov 2020 15:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF86FE0801; Fri, 20 Nov 2020 15:49:19 +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 C7B20E0801 for ; Fri, 20 Nov 2020 15:49:19 +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 B71A6340EEC for ; Fri, 20 Nov 2020 15:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0521B445 for ; Fri, 20 Nov 2020 15:49:17 +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: <1605887352.a6b8db77d0a210f5164713d56ab5411479194b3d.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-swiftclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild X-VCS-Directories: dev-python/python-swiftclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: a6b8db77d0a210f5164713d56ab5411479194b3d X-VCS-Branch: master Date: Fri, 20 Nov 2020 15:49:17 +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: 8b7858b6-25c4-47f6-aaa0-048c7fc73390 X-Archives-Hash: 600ea892dad4b66ad01b1592c0f699b9 commit: a6b8db77d0a210f5164713d56ab5411479194b3d Author: Matthew Thode gentoo org> AuthorDate: Fri Nov 20 15:48:19 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Nov 20 15:49:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b8db77 dev-python/python-swiftclient: add python-kestoneclient dep Closes: https://bugs.gentoo.org/755689 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild b/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild index f93210d8fc8..9e9fed2e016 100644 --- a/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild +++ b/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild @@ -22,6 +22,7 @@ DEPEND="dev-python/pbr[${PYTHON_USEDEP}] >=dev-python/coverage-4.0[${PYTHON_USEDEP}] !~dev-python/coverage-4.4[${PYTHON_USEDEP}] >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}] + dev-python/python-keystoneclient[${PYTHON_USEDEP}] >=dev-python/mock-1.2.0[${PYTHON_USEDEP}] >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}] !~dev-python/stestr-3.0.0[${PYTHON_USEDEP}]