Merge pull request #114384 from mschwaig/google-auth-depends-on-six
pythonPackages.google-auth: add missing dependency on six
This commit is contained in:
commit
74025ebf66
@ -12,6 +12,7 @@
|
|||||||
, pytest-localserver
|
, pytest-localserver
|
||||||
, responses
|
, responses
|
||||||
, rsa
|
, rsa
|
||||||
|
, six
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -23,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0bmdqkyv8k8n6s8dss4zpbcq1cdxwicpb42kwybd02ia85mh43hb";
|
sha256 = "0bmdqkyv8k8n6s8dss4zpbcq1cdxwicpb42kwybd02ia85mh43hb";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyasn1-modules cachetools rsa ];
|
propagatedBuildInputs = [ pyasn1-modules cachetools rsa six ];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
flask
|
flask
|
||||||
|
Loading…
x
Reference in New Issue
Block a user