Skip to content

Commit

Permalink
pythonPackages.gspread: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarice authored and Jon committed Aug 23, 2020
1 parent b4aa130 commit dc20c58
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/python-modules/gspread/default.nix
Expand Up @@ -3,6 +3,7 @@
, fetchPypi
, requests
, google_auth
, google-auth-oauthlib
}:

buildPythonPackage rec {
Expand All @@ -14,14 +15,12 @@ buildPythonPackage rec {
sha256 = "e04f1a6267b3929fc1600424c5ec83906d439672cafdd61a9d5b916a139f841c";
};

propagatedBuildInputs = [ requests ];
propagatedBuildInputs = [ requests google_auth google-auth-oauthlib ];

meta = with stdenv.lib; {
description = "Google Spreadsheets client library";
homepage = "https://github.com/burnash/gspread";
license = licenses.mit;
# missing multiple google libraries
broken = true; # 2020-08-15
};

# No tests included
Expand Down

0 comments on commit dc20c58

Please sign in to comment.