fix: add missing dependency for qvm-connect-tcp

The target of qubes.ConnectTCP has 'socat' because it is a dependency of
qubes-core-agent-networking. In case the target has not networking
packages, this needs to be taken care by the formula that creates the
target, not from the client itself.
This commit is contained in:
Ben Grande 2024-02-17 12:03:45 +01:00
parent 4dd6308fc2
commit 275178fa7c
3 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@ include:
- install_recommends: False
- skip_suggestions: True
- pkgs:
- socat
## Unlisted dependency.
- python3-jsonpatch
## Dependencies retrieved from 'electrum' and 'python3-electrum' pkg.

View File

@ -28,6 +28,7 @@ include:
- install_recommends: False
- skip_suggestions: True
- pkgs:
- socat
- librocksdb-dev
- man-db

View File

@ -26,6 +26,7 @@ include:
- install_recommends: False
- skip_suggestions: True
- pkgs:
- socat
- python3-aiohttp
- python3-aiorpcx
- python3-attr