Skip to content

Commit

Permalink
fix: add missing dependency for qvm-connect-tcp
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ben-grande committed Feb 17, 2024
1 parent 4a0768c commit be13c50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions salt/electrum/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions salt/sys-electrs/install-source.sls
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ include:
- install_recommends: False
- skip_suggestions: True
- pkgs:
- socat
- librocksdb-dev
- man-db

Expand Down
1 change: 1 addition & 0 deletions salt/sys-electrumx/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ include:
- install_recommends: False
- skip_suggestions: True
- pkgs:
- socat
- python3-aiohttp
- python3-aiorpcx
- python3-attr
Expand Down

0 comments on commit be13c50

Please sign in to comment.