Commit d5cf02a3 authored by Marvin Ludwig's avatar Marvin Ludwig
Browse files

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

parent db702942
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  dnspython,
  ldap3,
  pycryptodome,
  setuptools,
}:

@@ -24,6 +25,7 @@ buildPythonPackage rec {
  dependencies = [
    dnspython
    ldap3
    pycryptodome
  ];

  # Tests require LDAP server