pythonPackages.google-auth: add extra requirement pyopenssl
This commit is contained in:
parent
933682b533
commit
97927ff28e
@ -13,6 +13,7 @@
|
|||||||
, responses
|
, responses
|
||||||
, rsa
|
, rsa
|
||||||
, six
|
, six
|
||||||
|
, pyopenssl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -24,7 +25,13 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0bmdqkyv8k8n6s8dss4zpbcq1cdxwicpb42kwybd02ia85mh43hb";
|
sha256 = "0bmdqkyv8k8n6s8dss4zpbcq1cdxwicpb42kwybd02ia85mh43hb";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyasn1-modules cachetools rsa six ];
|
propagatedBuildInputs = [
|
||||||
|
cachetools
|
||||||
|
pyasn1-modules
|
||||||
|
rsa
|
||||||
|
six
|
||||||
|
pyopenssl
|
||||||
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
flask
|
flask
|
||||||
|
Loading…
x
Reference in New Issue
Block a user