Unverified Commit c9716649 authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

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: default avatarEthan Carter Edwards <ethan@ethancedwards.com>
parent 5cbce1bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ buildPythonPackage rec {
  pythonRelaxDeps = [
    "numpy"
    "markdownify"
    "regex"
  ];

  build-system = [ poetry-core ];