From b305c971a7c763d2d8cb03feb161d5a63ecb76b7 Mon Sep 17 00:00:00 2001 From: "Robert T. McGibbon" Date: Sun, 4 Apr 2021 23:26:11 -0400 Subject: [PATCH] python3Packages.sunpy: add missing dependency --- pkgs/development/python-modules/sunpy/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/sunpy/default.nix b/pkgs/development/python-modules/sunpy/default.nix index 3ad8b6fea1d7..48eb36d6e87d 100644 --- a/pkgs/development/python-modules/sunpy/default.nix +++ b/pkgs/development/python-modules/sunpy/default.nix @@ -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 ];