diff --git a/pkgs/development/python-modules/pydrive2/default.nix b/pkgs/development/python-modules/pydrive2/default.nix index a8e300cf5747..a03c4a2c51a3 100644 --- a/pkgs/development/python-modules/pydrive2/default.nix +++ b/pkgs/development/python-modules/pydrive2/default.nix @@ -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 ]; };