python313Packages.ndms2-client: fix build

This commit is contained in:
Martin Weinelt
2025-01-05 03:13:02 +01:00
parent bbfc767f21
commit 63b9886a50
@@ -2,7 +2,9 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
setuptools,
standard-telnetlib,
pytestCheckHook,
}:
@@ -19,6 +21,8 @@ buildPythonPackage rec {
hash = "sha256-A19olC1rTHTy0xyeSP45fqvv9GUynQSrMgXBgW8ySOs=";
};
dependencies = lib.optionals (pythonAtLeast "3.13") [ standard-telnetlib ];
nativeBuildInputs = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];