Commit 014a956f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.ldap3-bleeding-edge: add optional-dependencies

parent cc832eaa
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -24,11 +24,14 @@ buildPythonPackage rec {

  dependencies = [
    cryptography
    gssapi
    pyasn1
    pycryptodomex
  ];

  optional-dependencies = {
    kerberos = [ gssapi ];
  };

  pythonImportsCheck = [ "ldap3" ];

  # Tests require network access