From a1a3044fa6a50612b1348d6c65e4b174b1d86ef3 Mon Sep 17 00:00:00 2001
From: Peter Palfrader <peter@palfrader.org>
Date: Thu, 10 Dec 2020 11:26:37 +0100
Subject: [PATCH] And we need python3-ldap

---
 howto/fabric.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/howto/fabric.md b/howto/fabric.md
index 3142120d..1305e5f4 100644
--- a/howto/fabric.md
+++ b/howto/fabric.md
@@ -136,6 +136,10 @@ Fabric is available as a Debian package:
 See also the [upstream instructions](https://www.fabfile.org/installing.html) for other platforms
 (e.g. Pip).
 
+To use tpa's fabric code, you will most likely also need at least python ldap support:
+
+    apt install python3-ldap
+
 Fabric code grew out of the installer and reboot scripts in the
 `tsa-misc` repository. To get access to the code, simply clone the
 repository and run from the top level directory:
-- 
GitLab