about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyexcel-ods/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pyexcel-ods/default.nix')
-rw-r--r--pkgs/development/python-modules/pyexcel-ods/default.nix19
1 files changed, 10 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/pyexcel-ods/default.nix b/pkgs/development/python-modules/pyexcel-ods/default.nix
index 22339eb15bfec..646bd2e8adc7a 100644
--- a/pkgs/development/python-modules/pyexcel-ods/default.nix
+++ b/pkgs/development/python-modules/pyexcel-ods/default.nix
@@ -1,12 +1,13 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, pyexcel-io
-, odfpy
-, nose
-, pyexcel
-, pyexcel-xls
-, psutil
+{
+  lib,
+  buildPythonPackage,
+  fetchPypi,
+  pyexcel-io,
+  odfpy,
+  nose,
+  pyexcel,
+  pyexcel-xls,
+  psutil,
 }:
 
 buildPythonPackage rec {