From 5bb5d35f6c12082f4c7fdb5df963b0b9986242c5 Mon Sep 17 00:00:00 2001
From: Thomas Schneider <tschneider@asta.rwth-aachen.de>
Date: Sun, 14 Feb 2021 13:54:35 +0100
Subject: [PATCH] desktop: Install python3-{ldap3,requests}

Those are dependencies of our user scripts.
---
 desktop/tasks/software.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/desktop/tasks/software.yml b/desktop/tasks/software.yml
index a1a52d4..11ae225 100644
--- a/desktop/tasks/software.yml
+++ b/desktop/tasks/software.yml
@@ -65,9 +65,11 @@
       - python-scipy
       - python-virtualenv
       - python3
+      - python3-ldap3
       - python3-matplotlib
       - python3-pip
       - python3-pyqt5
+      - python3-requests
       - python3-scipy
       - python3-venv
       - python3-virtualenv
-- 
GitLab