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 5B64B138350 for ; Thu, 23 Apr 2020 15:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F9EEE0C37; Thu, 23 Apr 2020 15:55:16 +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 76AA1E0C37 for ; Thu, 23 Apr 2020 15:55:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F79F34EE91 for ; Thu, 23 Apr 2020 15:55:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA2C61C5 for ; Thu, 23 Apr 2020 15:55:12 +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: <1587657306.3540a9f533c45f6e0797a4803a8d0f28a6faa28a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/cinder/cinder-2019.2.9999.ebuild X-VCS-Directories: sys-cluster/cinder/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 3540a9f533c45f6e0797a4803a8d0f28a6faa28a X-VCS-Branch: master Date: Thu, 23 Apr 2020 15:55:12 +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: 49e30608-55d9-4f5c-90f2-179851b1b2bb X-Archives-Hash: eaacc7f9b0c45ca67e662e75e30cb585 commit: 3540a9f533c45f6e0797a4803a8d0f28a6faa28a Author: Matthew Thode gentoo org> AuthorDate: Thu Apr 23 15:54:40 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu Apr 23 15:55:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3540a9f5 sys-cluster/cinder: remove oauth2client from deps on cinder Bug: https://bugs.gentoo.org/718982 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode gentoo.org> sys-cluster/cinder/cinder-2019.2.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/cinder/cinder-2019.2.9999.ebuild b/sys-cluster/cinder/cinder-2019.2.9999.ebuild index dd0bb4f9d5b..a4f149da4e0 100644 --- a/sys-cluster/cinder/cinder-2019.2.9999.ebuild +++ b/sys-cluster/cinder/cinder-2019.2.9999.ebuild @@ -32,6 +32,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] ${CDEPEND} app-admin/sudo" +# >=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}] # do not include, upstream depricated RDEPEND=" ${CDEPEND} >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}] @@ -47,7 +48,6 @@ RDEPEND=" >=dev-python/keystonemiddleware-4.21.0[${PYTHON_USEDEP}] >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}] !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}] - >=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}] >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}] >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]