python3Packages.spectral-cube: add missing dependencies

Fixes #136294.
This commit is contained in:
Sébastien Maret 2021-08-31 15:48:27 +02:00
parent 9013640211
commit 7448cab54b

View File

@ -6,6 +6,8 @@
, joblib
, astropy
, radio_beam
, six
, dask
, pytestCheckHook
, pytest-astropy
, astropy-helpers
@ -31,7 +33,7 @@ buildPythonPackage rec {
];
nativeBuildInputs = [ astropy-helpers ];
propagatedBuildInputs = [ astropy radio_beam joblib ];
propagatedBuildInputs = [ astropy radio_beam joblib six dask ];
checkInputs = [ pytestCheckHook aplpy pytest-astropy ];
meta = {