python311Packages.datasette: fix postPatch quoting

+1 -1
+1 -1
pkgs/development/python-modules/datasette/default.nix
··· 43 44 postPatch = '' 45 substituteInPlace setup.py \ 46 - --replace '"pytest-runner"' " 47 ''; 48 49 propagatedBuildInputs = [
··· 43 44 postPatch = '' 45 substituteInPlace setup.py \ 46 + --replace '"pytest-runner"' "" 47 ''; 48 49 propagatedBuildInputs = [