Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 718982 - sys-cluster/cinder: still uses dev-python/oauth2client
Summary: sys-cluster/cinder: still uses dev-python/oauth2client
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 718972
  Show dependency tree
 
Reported: 2020-04-23 06:44 UTC by Michał Górny
Modified: 2020-04-23 16:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-23 06:44:50 UTC
oauth2client has been discontinued upstream and grows technical debt.  Please look into replacing it.
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2020-04-23 15:38:47 UTC
even the newest release will have it, so looks like I need to bug them for a replacement

oauth2client!=4.0.0,>=1.5.0 # Apache-2.0
Comment 2 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2020-04-23 15:43:39 UTC
codepath wise it looks like the 'prod' codepath is wrapped around a try/except, so we should be good to remove it.  I would like a comment left in the ebuild so I don't readd the dep.
Comment 3 Larry the Git Cow gentoo-dev 2020-04-23 15:55:12 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3540a9f533c45f6e0797a4803a8d0f28a6faa28a

commit 3540a9f533c45f6e0797a4803a8d0f28a6faa28a
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2020-04-23 15:54:40 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2020-04-23 15:55:06 +0000

    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 <prometheanfire@gentoo.org>

 sys-cluster/cinder/cinder-2019.2.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Larry the Git Cow gentoo-dev 2020-04-23 16:21:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6909a80057d5fda729c7def7a018d098cecbbdd

commit e6909a80057d5fda729c7def7a018d098cecbbdd
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2020-04-23 16:21:12 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2020-04-23 16:21:27 +0000

    sys-cluster/cinder: just remove oauth2client
    
    Closes: https://bugs.gentoo.org/718982
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    RepoMan-Options: --force
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 sys-cluster/cinder/Manifest                        |   2 -
 sys-cluster/cinder/cinder-15.0.1.ebuild            | 213 ---------------------
 ...inder-15.1.0.ebuild => cinder-15.1.0-r1.ebuild} |   4 +-
 3 files changed, 2 insertions(+), 217 deletions(-)