mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-24 13:19:33 -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
3 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,7 @@ include:
|
||||||
- install_recommends: False
|
- install_recommends: False
|
||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
|
- socat
|
||||||
## Unlisted dependency.
|
## Unlisted dependency.
|
||||||
- python3-jsonpatch
|
- python3-jsonpatch
|
||||||
## Dependencies retrieved from 'electrum' and 'python3-electrum' pkg.
|
## Dependencies retrieved from 'electrum' and 'python3-electrum' pkg.
|
||||||
|
|
|
@ -28,6 +28,7 @@ include:
|
||||||
- install_recommends: False
|
- install_recommends: False
|
||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
|
- socat
|
||||||
- librocksdb-dev
|
- librocksdb-dev
|
||||||
- man-db
|
- man-db
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@ include:
|
||||||
- install_recommends: False
|
- install_recommends: False
|
||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
|
- socat
|
||||||
- python3-aiohttp
|
- python3-aiohttp
|
||||||
- python3-aiorpcx
|
- python3-aiorpcx
|
||||||
- python3-attr
|
- python3-attr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue