Unverified Commit 048f85c4 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #325556 from wskeele/duplicity-add-invoke

duplicity: Add dependency on 'invoke' python package
parents fe5b4acc c035424c
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.