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 <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-04-14 16:38:37 +02:00
commit 4f56964f1a

View file

@ -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