pythonPackages.gspread: mark broken, missing many deps

This commit is contained in:
Jonathan Ringer
2020-08-15 17:32:07 -07:00
parent 25abd3a680
commit 0cde253727
@@ -2,6 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, requests , requests
, google_auth
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -19,6 +20,8 @@ buildPythonPackage rec {
description = "Google Spreadsheets client library"; description = "Google Spreadsheets client library";
homepage = "https://github.com/burnash/gspread"; homepage = "https://github.com/burnash/gspread";
license = licenses.mit; license = licenses.mit;
# missing multiple google libraries
broken = true; # 2020-08-15
}; };
# No tests included # No tests included