From b0f27230740de60eb9f928724f3581b8d276f3e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de>
Date: Tue, 28 Sep 2021 15:06:19 +0200
Subject: [PATCH] Add(F9 system) python-is-python3

Change-Id: I1364e4378892fe862b4969ba9448940034c3559f
---
 .ci/install_prerequisites.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ci/install_prerequisites.sh b/.ci/install_prerequisites.sh
index 07b1b276..8b9210c0 100755
--- a/.ci/install_prerequisites.sh
+++ b/.ci/install_prerequisites.sh
@@ -27,6 +27,7 @@ prerequisites=(
     "procps"
     "python3"
     "python3-yaml"
+    "python-is-python3"
     "rsync"
     "ssh"
     "sudo"
-- 
GitLab