python313Packages.ndms2-client: fix build
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user