Unverified Commit d0a3ea9f authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.pathy: mark broken (#394786)

parents 5dc4e9c3 6412ed67
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";