python3Packages.sunpy: add missing dependency
This commit is contained in:
parent
131299a60f
commit
b305c971a7
@ -5,6 +5,7 @@
|
||||
, pythonOlder
|
||||
, asdf
|
||||
, astropy
|
||||
, setuptools-scm
|
||||
, astropy-helpers
|
||||
, astropy-extension-helpers
|
||||
, beautifulsoup4
|
||||
@ -38,6 +39,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools-scm
|
||||
astropy-extension-helpers
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user