Unverified Commit d9f2b5c0 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

radicale: add ldap3 dependency to fix ldap support (#360617)

parents 5c8bd290 6e80d5cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ python3.pkgs.buildPythonApplication rec {
      pika
      python-dateutil
      pytz # https://github.com/Kozea/Radicale/issues/816
      ldap3
    ]
    ++ passlib.optional-dependencies.bcrypt;