Unverified Commit b25da1da authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #198817 from tjni/fix-poetry

parents ef8653a5 1ff699ed
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -55,7 +55,8 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace 'crashtest = "^0.3.0"' 'crashtest = "*"'
      --replace 'crashtest = "^0.3.0"' 'crashtest = "*"' \
      --replace 'xattr = { version = "^0.9.7"' 'xattr = { version = "^0.10.0"'
  '';

  nativeBuildInputs = [