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

duplicity: Add dependency on 'invoke' python package
This commit is contained in:
Jörg Thalheim
2024-07-14 05:33:47 +02:00
committed by GitHub
+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.