Skip to content

Commit c05dcd9

Browse files
author
Your Name
committed
pycriu: add missing protobuf dependency.
pycriu requires protobuf to function. Currently, it throws an error because protobuf is not installed by default. Adding it to dependencies ensures it will be installed automatically. Signed-off-by: Andrii Herheliuk <andrii@herheliuk.com>
1 parent d785324 commit c05dcd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ authors = [
1111
license = {text = "GPLv2"}
1212
dynamic = ["version"]
1313
requires-python = ">=3.6"
14+
dependencies = ["protobuf"]
1415

1516
[tool.setuptools]
1617
packages = ["pycriu", "pycriu.images"]

0 commit comments

Comments
 (0)