Commit c84e975f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.datasette: fix build

parent 6be62e79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace setup.py \
      --replace '"pytest-runner"' "
      --replace '"pytest-runner"' ""
  '';

  propagatedBuildInputs = [