Merge pull request #118546 from rmcgibbo/sunpy

This commit is contained in:
Sandro 2021-04-05 06:52:24 +02:00 committed by GitHub
commit ce32c083dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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