1
0
Fork 1
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:
Dmitry Kalinkin 2019-02-13 23:03:37 -05:00
parent ac29d96d25
commit 2b15d5c4c8
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -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