Unverified Commit e047be71 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

treewide: cleanup paramiko.optional-dependency.ed25519 (#349795)

parents cdb2f1b8 be2336e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ buildPythonPackage rec {
  ];

  optional-dependencies = {
    ssh = [ paramiko paramiko.optional-dependencies.ed25519 ];
    ssh = [ paramiko ];
    tls = [];
    websockets = [ websocket-client ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    paramiko
    lxml
    six
  ] ++ paramiko.optional-dependencies.ed25519;
  ];

  nativeCheckInputs = [ pytestCheckHook ];

+0 −2
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
  requests,
  moto,
  paramiko,
  pynacl,
  pytestCheckHook,
  responses,
  setuptools,
@@ -57,7 +56,6 @@ buildPythonPackage rec {
    moto
    pytestCheckHook
    responses
    pynacl
  ] ++ lib.flatten (lib.attrValues optional-dependencies);

  pytestFlagsArray = [ "smart_open" ];
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  dependencies = [ paramiko ] ++ paramiko.optional-dependencies.ed25519;
  dependencies = [ paramiko ];

  nativeCheckInputs = [
    pytestCheckHook
+0 −2
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
  paramiko,
  pbr,
  prettytable,
  pynacl,
  python,
  pythonOlder,
  pyyaml,
@@ -75,7 +74,6 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    hacking
    oslotest
    pynacl
    stestr
  ];