From ebb407e997ed7a483fefb6fcdd87545695dcdd16 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 26 Sep 2024 09:29:34 +0200 Subject: [PATCH] System: Trust - add dependency for crl_fetch.py --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8dbf90915..50a6f73fc 100644 --- a/Makefile +++ b/Makefile @@ -183,6 +183,7 @@ CORE_DEPENDS?= ca_root_nss \ py${CORE_PYTHON}-sqlite3 \ py${CORE_PYTHON}-ujson \ py${CORE_PYTHON}-vici \ + py${CORE_PYTHON}-ldap3 \ radvd \ rrdtool \ samplicator \