summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-06-03 10:26:59 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-06-03 10:27:47 +0200
commit09a338c1c75c5a1091e4d6f5983c99c67043d7d6 (patch)
treec613f60f2c4ce0a3410f7cac37a827f6f2f6c615 /pkgs
parent7c19b395ebb8e41d814c64970c3b70ef6377a55b (diff)
pythonPackages.pandas: add tables dependency
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index c17b808f16760..a160abc4e3106 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -15708,6 +15708,7 @@ in modules // {
       modules.sqlite3
       beautifulsoup4
       openpyxl
+      tables
       xlwt
     ] ++ optional isDarwin pkgs.darwin.locale; # provides the locale command