mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #321641 from pedorich-n/changefinder-fix
python3Packages.changefinder: fix build
This commit is contained in:
commit
c94b214471
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, nose
|
||||
, numpy
|
||||
, scipy
|
||||
, statsmodels
|
||||
|
@ -24,6 +25,7 @@ buildPythonPackage {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
nose # not actually required during runtime, but specified as required in `setup.py`
|
||||
numpy
|
||||
scipy
|
||||
statsmodels
|
||||
|
|
Loading…
Reference in a new issue