python3Packages.sunpy: add missing dependency

This commit is contained in:
Robert T. McGibbon 2021-04-04 23:26:11 -04:00
parent 131299a60f
commit b305c971a7

View file

@ -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
];