Commit bf28e241 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

python3.pkgs.pydrive2: Mark as broken

It does not currently work due to pyopenssl incompatibility.
parent ffd125e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@ buildPythonPackage rec {
    description = "Google Drive API Python wrapper library";
    homepage = "https://github.com/iterative/PyDrive2";
    changelog = "https://github.com/iterative/PyDrive2/releases/tag/${version}";
    # Not compatible with pyopenssl 24.3.0
    # https://github.com/iterative/PyDrive2/issues/361
    # TODO: re-enable it in `duplicity` when fixed
    broken = true;
    license = licenses.asl20;
    maintainers = with maintainers; [ sei40kr ];
  };