mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
treewide: cleanup paramiko.optional-dependency.ed25519
This commit is contained in:
parent
8a254de229
commit
be2336e18b
3 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
optional-dependencies = {
|
optional-dependencies = {
|
||||||
ssh = [ paramiko paramiko.optional-dependencies.ed25519 ];
|
ssh = [ paramiko ];
|
||||||
tls = [];
|
tls = [];
|
||||||
websockets = [ websocket-client ];
|
websockets = [ websocket-client ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||||
paramiko
|
paramiko
|
||||||
lxml
|
lxml
|
||||||
six
|
six
|
||||||
] ++ paramiko.optional-dependencies.ed25519;
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [ pytestCheckHook ];
|
nativeCheckInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
dependencies = [ paramiko ] ++ paramiko.optional-dependencies.ed25519;
|
dependencies = [ paramiko ];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue