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 B94991580B1 for ; Tue, 31 Aug 2021 16:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 009D7E0207; Tue, 31 Aug 2021 16:32:12 +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 8528AE0207 for ; Tue, 31 Aug 2021 16:32:11 +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 8A93C340A9F for ; Tue, 31 Aug 2021 16:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1B6839 for ; Tue, 31 Aug 2021 16:32:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1630427436.1a0661da7af8034d2359bbaf5e44c407a7e12f20.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-cinderclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-cinderclient/python-cinderclient-8.0.0-r1.ebuild dev-python/python-cinderclient/python-cinderclient-8.0.0.ebuild X-VCS-Directories: dev-python/python-cinderclient/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1a0661da7af8034d2359bbaf5e44c407a7e12f20 X-VCS-Branch: master Date: Tue, 31 Aug 2021 16:32:08 +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: 5834b838-bb60-4f19-8e56-d7e44ccb4c7d X-Archives-Hash: cd99f42eaab6f3a294cf54cfe60e482f commit: 1a0661da7af8034d2359bbaf5e44c407a7e12f20 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Aug 31 16:29:56 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Aug 31 16:30:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0661da dev-python/python-cinderclient: fix dependency usedep Signed-off-by: Arthur Zamarin gentoo.org> ...on-cinderclient-8.0.0.ebuild => python-cinderclient-8.0.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-cinderclient/python-cinderclient-8.0.0.ebuild b/dev-python/python-cinderclient/python-cinderclient-8.0.0-r1.ebuild similarity index 96% rename from dev-python/python-cinderclient/python-cinderclient-8.0.0.ebuild rename to dev-python/python-cinderclient/python-cinderclient-8.0.0-r1.ebuild index eaea356ea16..2e6cf4560d5 100644 --- a/dev-python/python-cinderclient/python-cinderclient-8.0.0.ebuild +++ b/dev-python/python-cinderclient/python-cinderclient-8.0.0-r1.ebuild @@ -32,7 +32,7 @@ BDEPEND=" test? ( dev-python/ddt[${PYTHON_USEDEP}] dev-python/fixtures[${PYTHON_USEDEP}] - dev-python/oslo-serialization + dev-python/oslo-serialization[${PYTHON_USEDEP}] dev-python/requests-mock[${PYTHON_USEDEP}] dev-python/stestr[${PYTHON_USEDEP}] dev-python/testtools[${PYTHON_USEDEP}]