0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Merge pull request #55745 from veprbl/pr/pandas_dont_propagate_cython

pythonPackages.pandas: don't propagate cython dependency
This commit is contained in:
Michael Raskin 2019-02-14 06:49:29 +00:00 committed by GitHub
commit f6bffa0069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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