Skip to content

Commit

Permalink
python3.pkgs.pydrive2: Mark as broken
Browse files Browse the repository at this point in the history
It does not currently work due to pyopenssl incompatibility.
  • Loading branch information
jtojnar committed Dec 30, 2024
1 parent 634fd46 commit 4f51394
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/pydrive2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 4f51394

Please sign in to comment.