aboutsummaryrefslogtreecommitdiff
path: root/pw_package/py/pw_package/packages/protobuf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_package/py/pw_package/packages/protobuf.py')
-rw-r--r--pw_package/py/pw_package/packages/protobuf.py13
1 files changed, 8 insertions, 5 deletions
diff --git a/pw_package/py/pw_package/packages/protobuf.py b/pw_package/py/pw_package/packages/protobuf.py
index a06c493c9..25ba48677 100644
--- a/pw_package/py/pw_package/packages/protobuf.py
+++ b/pw_package/py/pw_package/packages/protobuf.py
@@ -22,12 +22,15 @@ import pw_package.package_manager
class Protobuf(pw_package.git_repo.GitRepo):
"""Install and check status of Protobuf."""
+
def __init__(self, *args, **kwargs):
- super().__init__(*args,
- name='protobuf',
- url="https://github.com/protocolbuffers/protobuf.git",
- commit='15c40c6cdac2f816a56640d24a5c4c3ec0f84b00',
- **kwargs)
+ super().__init__(
+ *args,
+ name='protobuf',
+ url="https://github.com/protocolbuffers/protobuf.git",
+ commit='15c40c6cdac2f816a56640d24a5c4c3ec0f84b00',
+ **kwargs,
+ )
def info(self, path: pathlib.Path) -> Sequence[str]:
return (