Skip to content

Commit

Permalink
python313Packages.pyws66i: depend on standard-telnetlib on 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 4, 2025
1 parent 0e39f14 commit 78b803a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/pyws66i/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
standard-telnetlib,
}:

buildPythonPackage rec {
Expand All @@ -20,6 +22,8 @@ buildPythonPackage rec {
hash = "sha256-NTL2+xLqSNsz4YdUTwr0nFjhm1NNgB8qDnWSoE2sizY=";
};

dependencies = lib.optionals (pythonAtLeast "3.13") [ standard-telnetlib ];

nativeCheckInputs = [ pytestCheckHook ];

pythonImportsCheck = [ "pyws66i" ];
Expand Down

0 comments on commit 78b803a

Please sign in to comment.