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
commit 048f85c494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.