python.pkgs.google-api-python-client: add missing dependency
This commit is contained in:
parent
a903708156
commit
c34c192714
@ -1,5 +1,5 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, httplib2, six, oauth2client, uritemplate }:
|
, httplib2, six, google-auth-httplib2, uritemplate }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-api-python-client";
|
pname = "google-api-python-client";
|
||||||
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||||||
# No tests included in archive
|
# No tests included in archive
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
propagatedBuildInputs = [ httplib2 six oauth2client uritemplate ];
|
propagatedBuildInputs = [ httplib2 google-auth-httplib2 six uritemplate ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The core Python library for accessing Google APIs";
|
description = "The core Python library for accessing Google APIs";
|
||||||
|
Loading…
Reference in New Issue
Block a user