mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 23:24:35 +00:00
pythonPackages.pandas: don't propagate cython dependency
This commit is contained in:
parent
ac29d96d25
commit
2b15d5c4c8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue