From 5c0954769b26489b3ec010810152d422d2b0d462 Mon Sep 17 00:00:00 2001 From: Nikita Pedorich Date: Sat, 22 Jun 2024 10:47:13 +0900 Subject: [PATCH] python3Packages.changefinder: fix derivation --- pkgs/development/python-modules/changefinder/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/changefinder/default.nix b/pkgs/development/python-modules/changefinder/default.nix index b7f49ccce54f..fc34238f00ec 100644 --- a/pkgs/development/python-modules/changefinder/default.nix +++ b/pkgs/development/python-modules/changefinder/default.nix @@ -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