python3Packages.jobspy: fix build

ZHF: https://hydra.nixos.org/build/309098765
Checking runtime dependencies for python_jobspy-1.1.79-py3-none-any.whl
  - regex<2025.0.0,>=2024.4.28 not satisfied by version 2025.7.34

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2025-10-16 16:34:20 -04:00
parent 5cbce1bd05
commit c97166492f
@@ -28,6 +28,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"numpy"
"markdownify"
"regex"
];
build-system = [ poetry-core ];