Unverified Commit 0375f028 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.ssh-python: modernize

parent f9ad3f57
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
buildPythonPackage rec {
  pname = "ssh-python";
  version = "1.2.0.post1";
  format = "setuptools";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ParallelSSH";
@@ -22,9 +22,9 @@ buildPythonPackage rec {
  };

  build-system = [ setuptools ];
  nativeBuildInputs = [
    cython
  ];

  nativeBuildInputs = [ cython ];

  buildInputs = [
    openssl
    zlib