From be13c50807830d7bb5b6bef8148db90978af10b6 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Sat, 17 Feb 2024 12:03:45 +0100 Subject: [PATCH] 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. --- salt/electrum/install.sls | 1 + salt/sys-electrs/install-source.sls | 1 + salt/sys-electrumx/install.sls | 1 + 3 files changed, 3 insertions(+) diff --git a/salt/electrum/install.sls b/salt/electrum/install.sls index 8b4cee7c..1af9094e 100644 --- a/salt/electrum/install.sls +++ b/salt/electrum/install.sls @@ -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. diff --git a/salt/sys-electrs/install-source.sls b/salt/sys-electrs/install-source.sls index 8d542f77..c4e29b87 100644 --- a/salt/sys-electrs/install-source.sls +++ b/salt/sys-electrs/install-source.sls @@ -28,6 +28,7 @@ include: - install_recommends: False - skip_suggestions: True - pkgs: + - socat - librocksdb-dev - man-db diff --git a/salt/sys-electrumx/install.sls b/salt/sys-electrumx/install.sls index da84547f..fcb9f712 100644 --- a/salt/sys-electrumx/install.sls +++ b/salt/sys-electrumx/install.sls @@ -26,6 +26,7 @@ include: - install_recommends: False - skip_suggestions: True - pkgs: + - socat - python3-aiohttp - python3-aiorpcx - python3-attr