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

This commit is contained in:
Marvin Ludwig
2025-09-24 16:03:34 +02:00
parent db7029425a
commit d5cf02a3b2
@@ -4,6 +4,7 @@
fetchFromGitHub,
dnspython,
ldap3,
pycryptodome,
setuptools,
}:
@@ -24,6 +25,7 @@ buildPythonPackage rec {
dependencies = [
dnspython
ldap3
pycryptodome
];
# Tests require LDAP server