treewide: cleanup paramiko.optional-dependency.ed25519

This commit is contained in:
Sandro Jäckel
2025-02-18 01:23:09 +01:00
parent 8a254de229
commit be2336e18b
3 changed files with 3 additions and 3 deletions
@@ -48,7 +48,7 @@ buildPythonPackage rec {
];
optional-dependencies = {
ssh = [ paramiko paramiko.optional-dependencies.ed25519 ];
ssh = [ paramiko ];
tls = [];
websockets = [ websocket-client ];
};
@@ -27,7 +27,7 @@ buildPythonPackage rec {
paramiko
lxml
six
] ++ paramiko.optional-dependencies.ed25519;
];
nativeCheckInputs = [ pytestCheckHook ];
@@ -20,7 +20,7 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [ paramiko ] ++ paramiko.optional-dependencies.ed25519;
dependencies = [ paramiko ];
nativeCheckInputs = [
pytestCheckHook