python3Packages.paramiko: invoke is a required dependency (#452656)

This commit is contained in:
dotlambda 2026-05-24 16:23:12 +00:00 committed by GitHub
commit b0f921c994
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 15 deletions

View file

@ -75,20 +75,17 @@ let
glib
];
pythonPath =
with python3.pkgs;
[
b2sdk
boto3
idna
pygobject3
fasteners
paramiko
pexpect
# Currently marked as broken.
# pydrive2
]
++ paramiko.optional-dependencies.invoke;
pythonPath = with python3.pkgs; [
b2sdk
boto3
idna
pygobject3
fasteners
paramiko
pexpect
# Currently marked as broken.
# pydrive2
];
nativeCheckInputs = [
gnupg # Add 'gpg' to PATH.

View file

@ -30,6 +30,7 @@ buildPythonPackage rec {
dependencies = [
bcrypt
cryptography
invoke
pynacl
];
@ -39,7 +40,6 @@ buildPythonPackage rec {
gssapi
];
ed25519 = [ ];
invoke = [ invoke ];
};
nativeCheckInputs = [