8 google-api-python-client,
18 buildPythonPackage rec {
23 disabled = pythonOlder "3.8";
26 inherit pname version;
27 hash = "sha256-ZJuE1gxje8cUZIUDlTWqjxJUrRVkI3OfB+XTJQdEfBM=";
36 google-api-python-client
42 optional-dependencies = {
51 # Tests require a account and network access
54 pythonImportsCheck = [ "pydrive2" ];
57 description = "Google Drive API Python wrapper library";
58 homepage = "https://github.com/iterative/PyDrive2";
59 changelog = "https://github.com/iterative/PyDrive2/releases/tag/${version}";
60 # Not compatible with pyopenssl 24.3.0
61 # https://github.com/iterative/PyDrive2/issues/361
62 # TODO: re-enable it in `duplicity` when fixed
64 license = licenses.asl20;
65 maintainers = with maintainers; [ sei40kr ];