From 4f56964f1a7cdb2b8228ae837e82eb2ed0445f89 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 14 Apr 2026 16:38:37 +0200 Subject: [PATCH] project.conf: pkg.requires.os = python3-networkx Depend on python3-networkx because ldap.Connection.object_class_tree needs it. Note that this is a relatively weak necessity which installed 1.7 GB worth of 500 new packages on talmix.david.jannet. Maybe this can be solved in a less costly way. 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 dc03e8a..bcefd55 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, python3-ldap +run = mypy, python3-magic, python3-termcolor, python3-pytimeparse, python3-argcomplete, python3-ldap, python3-networkx [pkg.requires.jw] devel = jw-python-run = VERSION-REVISION, jw-pkg-devel = VERSION