From 622c35a3f866aa0f9c5704a75c897e4c87d4bb55 Mon Sep 17 00:00:00 2001 From: Michal Skrivanek Date: Wed, 15 Oct 2025 14:58:35 +0200 Subject: [PATCH] add ssh driver to jumpstarter-all (cherry picked from commit b3e1a63d28b7240f69ad19662e415172199bdc29) --- packages/jumpstarter-all/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/jumpstarter-all/pyproject.toml b/packages/jumpstarter-all/pyproject.toml index cfe18df6c..fd4c17cd4 100644 --- a/packages/jumpstarter-all/pyproject.toml +++ b/packages/jumpstarter-all/pyproject.toml @@ -29,6 +29,7 @@ dependencies = [ "jumpstarter-driver-sdwire", "jumpstarter-driver-shell", "jumpstarter-driver-snmp", + "jumpstarter-driver-ssh", "jumpstarter-driver-tftp", "jumpstarter-driver-tmt", "jumpstarter-driver-uboot",