Unverified Commit bcd5a4ff authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 5da79b8b d5cf02a3
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