python3Packages.jobspy: fix build (#452719)

This commit is contained in:
Gaétan Lepage
2025-10-19 21:56:52 +00:00
committed by GitHub
@@ -28,6 +28,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"numpy"
"markdownify"
"regex"
];
build-system = [ poetry-core ];