-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
requirements: remove google dependency #292
requirements: remove google dependency #292
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 00s |
The google dependency has been added in a8ba926 but is never uses by this collection. Moreover, the PyPi google library provides the googlesearch module [1] while the commit introducing the change was only about grpc connection via the protobuf library (which provides the google.protobuf module). [1] https://pypi.org/project/google Signed-off-by: Dimitri Savineau <[email protected]>
70e6276
to
0be5531
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 48s |
This requirement is added in #143 |
That's exactly what I mentioned in the commit message. |
I missed issue's description.+1 from myside |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 39s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 51s |
Pull request merge failed: You're not authorized to push to this branch. Visit https://docs.github.com/articles/about-protected-branches/ for more information. |
SUMMARY
The google dependency has been added in a8ba926 but is never uses by this collection.
Moreover, the PyPi google library provides the googlesearch module [1] while the commit introducing the change was only about grpc connection via the protobuf library (which provides the google.protobuf module).
[1] https://pypi.org/project/google
ISSUE TYPE
COMPONENT NAME
requirements