Merge pull request #118546 from rmcgibbo/sunpy

This commit is contained in:
Sandro
2021-04-05 06:52:24 +02:00
committed by GitHub
@@ -5,6 +5,7 @@
, pythonOlder , pythonOlder
, asdf , asdf
, astropy , astropy
, setuptools-scm
, astropy-helpers , astropy-helpers
, astropy-extension-helpers , astropy-extension-helpers
, beautifulsoup4 , beautifulsoup4
@@ -38,6 +39,7 @@ buildPythonPackage rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
setuptools-scm
astropy-extension-helpers astropy-extension-helpers
]; ];