mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-03 23:33:01 +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
b39a9c6da1
commit
ee1b4950ef
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