Merge pull request #118546 from rmcgibbo/sunpy

This commit is contained in:
Sandro
2021-04-05 06:52:24 +02:00
committed by GitHub

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