summary refs log tree commit diff
path: root/pkgs/development/python-modules/pandas
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-16 09:29:54 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-16 09:29:54 +0100
commit6fe10d27799c284c72876f792c7b12d7fa54602b (patch)
treeb3594f3899a031eca0563cf36c4813f60b6c76e9 /pkgs/development/python-modules/pandas
parent5a322693f4de4763e951f5df3f0026e914957ae4 (diff)
parent039f359a7d366e6d8594a4238aac6fcb4dbd7be8 (diff)
downloadnixpkgs-6fe10d27799c284c72876f792c7b12d7fa54602b.tar
nixpkgs-6fe10d27799c284c72876f792c7b12d7fa54602b.tar.gz
nixpkgs-6fe10d27799c284c72876f792c7b12d7fa54602b.tar.bz2
nixpkgs-6fe10d27799c284c72876f792c7b12d7fa54602b.tar.lz
nixpkgs-6fe10d27799c284c72876f792c7b12d7fa54602b.tar.xz
nixpkgs-6fe10d27799c284c72876f792c7b12d7fa54602b.tar.zst
nixpkgs-6fe10d27799c284c72876f792c7b12d7fa54602b.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/pandas')
-rw-r--r--pkgs/development/python-modules/pandas/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pandas/default.nix b/pkgs/development/python-modules/pandas/default.nix
index c489b2cd125..f0c357d6ccc 100644
--- a/pkgs/development/python-modules/pandas/default.nix
+++ b/pkgs/development/python-modules/pandas/default.nix
@@ -37,9 +37,8 @@ in buildPythonPackage rec {
 
   checkInputs = [ pytest glibcLocales moto ];
 
-  buildInputs = [] ++ optional isDarwin libcxx;
+  buildInputs = [ cython ] ++ optional isDarwin libcxx;
   propagatedBuildInputs = [
-    cython
     dateutil
     scipy
     numexpr