Skip to content

Commit

Permalink
requirements: remove google dependency
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dsavineau committed Nov 1, 2022
1 parent 48c5feb commit 0be5531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/remove_google_dependency.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- "requirements: remove google dependency"
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ ncclient
paramiko
ipaddress
ansible-pylibssh
google
grpcio
protobuf

0 comments on commit 0be5531

Please sign in to comment.