Commit c035424c authored by wskeele's avatar wskeele
Browse files

duplicity: Add paramiko optional dependency 'invoke' to pythonPath

Fixes #325551
parent c08bd9ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ let self = python3.pkgs.buildPythonApplication rec {
    pycrypto
    pydrive2
    future
  ];
  ] ++ paramiko.optional-dependencies.invoke;

  nativeCheckInputs = [
    gnupg # Add 'gpg' to PATH.