python311Packages.datasette: fix build

This commit is contained in:
Fabian Affolter
2023-10-21 18:25:04 +02:00
parent 6be62e79ae
commit c84e975ffe
@@ -43,7 +43,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace '"pytest-runner"' "
--replace '"pytest-runner"' ""
'';
propagatedBuildInputs = [