python3Packages.ldapdomaindump: add pycryptodome runtime dep (fix NTLM on py3.13) (#445275)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
dnspython,
|
||||
ldap3,
|
||||
pycryptodome,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@@ -24,6 +25,7 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
dnspython
|
||||
ldap3
|
||||
pycryptodome
|
||||
];
|
||||
|
||||
# Tests require LDAP server
|
||||
|
||||
Reference in New Issue
Block a user