From: Matthew Thode Date: Thu, 23 Apr 2020 15:54:40 +0000 (-0500) Subject: sys-cluster/cinder: remove oauth2client from deps on cinder X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3540a9f533c45f6e0797a4803a8d0f28a6faa28a;p=gentoo.git 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 --- diff --git a/sys-cluster/cinder/cinder-2019.2.9999.ebuild b/sys-cluster/cinder/cinder-2019.2.9999.ebuild index dd0bb4f9d5bc..a4f149da4e04 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}]