From e03491bee3cda8cf92d1493c3df2540ea92db46e Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 16 Jul 2025 20:16:17 +0200 Subject: [PATCH] project.conf: Fix: Add python3-ldap auth.ldap requires an LDAP client, which is not reflected in the package's dependencies, fix that. Signed-off-by: Jan Lindemann --- make/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/project.conf b/make/project.conf index bf4e073..ef6171a 100644 --- a/make/project.conf +++ b/make/project.conf @@ -14,7 +14,7 @@ jw-maintainer = jan libname = none [pkg.requires.os] -run = mypy, python3-magic, python3-termcolor, python3-pytimeparse, python3-argcomplete +run = mypy, python3-magic, python3-termcolor, python3-pytimeparse, python3-argcomplete, python3-ldap [pkg.requires.jw] devel = jw-python-run = VERSION-REVISION, jw-build-devel = VERSION