mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
pycriu: add missing protobuf dependency
pycriu depends on protobuf to function correctly. Currently, it raises an error if protobuf is not installed. Adding protobuf to the dependencies ensures it is available after installing pycriu. Signed-off-by: Andrii Herheliuk <andrii@herheliuk.com>
This commit is contained in:
parent
a5ae3c184b
commit
540c631dd0
2 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ authors = [
|
|||
license = {text = "LGPLv2.1"}
|
||||
dynamic = ["version"]
|
||||
requires-python = ">=3.6"
|
||||
dependencies = ["protobuf"]
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["pycriu", "pycriu.images"]
|
||||
|
|
|
|||
|
|
@ -14,3 +14,5 @@ version = attr: pycriu.__version__
|
|||
[options]
|
||||
packages = find:
|
||||
python_requires = >=3.6
|
||||
install_requires =
|
||||
protobuf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue