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:
@@ -28,6 +28,7 @@ buildPythonPackage rec {
|
||||
pythonRelaxDeps = [
|
||||
"numpy"
|
||||
"markdownify"
|
||||
"regex"
|
||||
];
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user