Merge pull request #109087 from gravndal/google-api-python-client
python3Packages.google-api-python-client: add missing dependency
This commit is contained in:
commit
59d3f03eee
@ -1,6 +1,6 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, google-auth, google-auth-httplib2, google-api-core
|
, google-auth, google-auth-httplib2, google-api-core
|
||||||
, httplib2, six, uritemplate, oauth2client }:
|
, httplib2, six, uritemplate, oauth2client, setuptools }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-api-python-client";
|
pname = "google-api-python-client";
|
||||||
@ -16,7 +16,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
google-auth google-auth-httplib2 google-api-core
|
google-auth google-auth-httplib2 google-api-core
|
||||||
httplib2 six uritemplate oauth2client
|
httplib2 six uritemplate oauth2client setuptools
|
||||||
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [
|
||||||
|
"googleapiclient"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user