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

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