python313Packages.ssh-python: modernize

This commit is contained in:
Fabian Affolter
2025-10-18 12:13:41 +02:00
committed by GitHub
parent f9ad3f57f8
commit 0375f028e7
@@ -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