mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 01:52:56 +01:00
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 <jan@janware.com>
This commit is contained in:
parent
5ae98ade71
commit
e03491bee3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ jw-maintainer = jan
|
||||||
libname = none
|
libname = none
|
||||||
|
|
||||||
[pkg.requires.os]
|
[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]
|
[pkg.requires.jw]
|
||||||
devel = jw-python-run = VERSION-REVISION, jw-build-devel = VERSION
|
devel = jw-python-run = VERSION-REVISION, jw-build-devel = VERSION
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue