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

Changed files
+2
pkgs
development
python-modules
ldapdomaindump
+2
pkgs/development/python-modules/ldapdomaindump/default.nix
···
fetchFromGitHub,
dnspython,
ldap3,
+
pycryptodome,
setuptools,
}:
···
dependencies = [
dnspython
ldap3
+
pycryptodome
];
# Tests require LDAP server