Unverified Commit 31fe964d authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.jobspy: fix build (#452719)

parents 1aa39035 c9716649
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 ];