python311Packages.datasette: fix postPatch quoting

This commit is contained in:
Martin Weinelt
2023-10-20 15:19:13 +02:00
parent fa04a5a742
commit 7c5ef73e99
@@ -43,7 +43,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace '"pytest-runner"' "
--replace '"pytest-runner"' ""
'';
propagatedBuildInputs = [