summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix')
-rw-r--r--pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix37
1 files changed, 16 insertions, 21 deletions
diff --git a/pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix b/pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix
index a669bd364133..2326fb680467 100644
--- a/pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix
+++ b/pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix
@@ -1,15 +1,16 @@
-{ lib
-, buildPythonPackage
-, fastavro
-, fetchPypi
-, google-api-core
-, google-auth
-, google-cloud-bigquery
-, pandas
-, protobuf
-, pyarrow
-, pytestCheckHook
-, pythonOlder
+{
+ lib,
+ buildPythonPackage,
+ fastavro,
+ fetchPypi,
+ google-api-core,
+ google-auth,
+ google-cloud-bigquery,
+ pandas,
+ protobuf,
+ pyarrow,
+ pytestCheckHook,
+ pythonOlder,
}:
buildPythonPackage rec {
@@ -30,15 +31,9 @@ buildPythonPackage rec {
] ++ google-api-core.optional-dependencies.grpc;
passthru.optional-dependencies = {
- fastavro = [
- fastavro
- ];
- pandas = [
- pandas
- ];
- pyarrow = [
- pyarrow
- ];
+ fastavro = [ fastavro ];
+ pandas = [ pandas ];
+ pyarrow = [ pyarrow ];
};
nativeCheckInputs = [