pythonPackages.hdmedians: init at 0.13
This commit is contained in:
parent
4f25a13861
commit
5f028007a5
|
@ -15,8 +15,8 @@ buildPythonPackage rec {
|
|||
sha256 = "230f80e064d905c49a1941af1b7e806e2f22b3c9a90ad5c21fd17d72636ea277";
|
||||
};
|
||||
|
||||
buildInputs = [ cython ];
|
||||
checkInputs = [ nose ];
|
||||
# nose was specified in setup.py as a build dependency...
|
||||
buildInputs = [ cython nose ];
|
||||
propagatedBuildInputs = [ numpy ];
|
||||
|
||||
# cannot resolve path for packages in tests
|
||||
|
|
Loading…
Reference in New Issue