mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
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:
parent
4dd6308fc2
commit
275178fa7c
@ -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.
|
||||
|
@ -28,6 +28,7 @@ include:
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- pkgs:
|
||||
- socat
|
||||
- librocksdb-dev
|
||||
- man-db
|
||||
|
||||
|
@ -26,6 +26,7 @@ include:
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- pkgs:
|
||||
- socat
|
||||
- python3-aiohttp
|
||||
- python3-aiorpcx
|
||||
- python3-attr
|
||||
|
Loading…
Reference in New Issue
Block a user