pythonPackages.gspread: mark broken, missing many deps

This commit is contained in:
Jonathan Ringer 2020-08-15 16:17:59 -07:00
parent 25abd3a680
commit 0cde253727
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, requests
, google_auth
}:
buildPythonPackage rec {
@ -19,6 +20,8 @@ buildPythonPackage rec {
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