Commit 6412ed67 authored by Robert Schütz's avatar Robert Schütz
Browse files

python313Packages.pathy: mark broken

It is incompatible with recent versions of pathlib-abc.
parent 25f202e7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,8 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "pathy" ];

  meta = with lib; {
    # https://github.com/justindujardin/pathy/issues/113
    broken = pathlib-abc.version != "0.1.1";
    description = "Path interface for local and cloud bucket storage";
    mainProgram = "pathy";
    homepage = "https://github.com/justindujardin/pathy";