duplicity: Add paramiko optional dependency 'invoke' to pythonPath

Fixes #325551
This commit is contained in:
wskeele
2024-07-09 17:27:43 +02:00
parent c08bd9add4
commit c035424c74
+1 -1
View File
@@ -84,7 +84,7 @@ let self = python3.pkgs.buildPythonApplication rec {
pycrypto
pydrive2
future
];
] ++ paramiko.optional-dependencies.invoke;
nativeCheckInputs = [
gnupg # Add 'gpg' to PATH.