Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 695464

Summary: dev-python/google-auth versus dev-python/google-auth-oauthlib
Product: Gentoo Linux Reporter: Maurice Volaski <mvolaski>
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: RESOLVED INVALID    
Severity: normal CC: linder.gabriel, mgorny, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maurice Volaski 2019-09-23 16:08:30 UTC
It would seem that the ebuild google-auth supplies the package google-auth-oauthlib:
https://pypi.org/project/google-auth-oauthlib/

But when I tried using a package that required it, it claimed google-auth-oauthlib wasn't installed and I had to install it manaully with pip install google-auth-oauthlib. This worked.

Not sure if this is a bug or if these are two separate items (in which case, the latter needs an ebuild).
Comment 1 Maurice Volaski 2019-09-23 16:10:53 UTC
Now I can see they are not the same,

https://pypi.org/project/google-auth/ versus https://pypi.org/project/google-auth-oauthlib/.

Can we please have an ebuild for the latter?
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-09-28 05:26:27 UTC
We already have both packages in the tree:

dev-python/google-auth ( https://pypi.org/project/google-auth/ )
dev-python/google-auth-oauthlib ( https ://pypi.org/project/google-auth-oauthlib/ )

Not sure what your question is.