python3Packages.ldapdomaindump: add pycryptodome runtime dep (fix NTLM on py3.13) (#445275)

This commit is contained in:
Fabian Affolter
2025-09-25 17:00:11 +00:00
committed by GitHub
@@ -4,6 +4,7 @@
fetchFromGitHub,
dnspython,
ldap3,
pycryptodome,
setuptools,
}:
@@ -24,6 +25,7 @@ buildPythonPackage rec {
dependencies = [
dnspython
ldap3
pycryptodome
];
# Tests require LDAP server