treewide: cleanup paramiko.optional-dependency.ed25519
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user