From a3ab7a351893814f39c75d98a81208f2044f059d Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Fri, 20 Nov 2020 13:00:02 -0800 Subject: [PATCH] python3Packages.astropy: fix build --- pkgs/development/python-modules/astropy/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/astropy/default.nix b/pkgs/development/python-modules/astropy/default.nix index 1affa4b5053..2658ba99b1f 100644 --- a/pkgs/development/python-modules/astropy/default.nix +++ b/pkgs/development/python-modules/astropy/default.nix @@ -2,6 +2,8 @@ , fetchPypi , buildPythonPackage , isPy3k +, cython +, jinja2 , numpy , pytest , pytest-astropy @@ -19,7 +21,7 @@ buildPythonPackage rec { sha256 = "cf69d1a3f140ca8fe1664202072201395495a73c334a69fc965fab6a6e1d281a"; }; - nativeBuildInputs = [ astropy-helpers ]; + nativeBuildInputs = [ astropy-helpers cython jinja2 ]; propagatedBuildInputs = [ numpy pytest ]; # yes it really has pytest in install_requires