From edbf7a37b13f136928f243c4f176bc0c4a519c31 Mon Sep 17 00:00:00 2001 From: "Robert T. McGibbon" Date: Mon, 28 Dec 2020 14:50:43 -0500 Subject: [PATCH] python3Packages.reproject: unbreak --- pkgs/development/python-modules/reproject/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/reproject/default.nix b/pkgs/development/python-modules/reproject/default.nix index 8448f55f958..98bed15cfa0 100644 --- a/pkgs/development/python-modules/reproject/default.nix +++ b/pkgs/development/python-modules/reproject/default.nix @@ -31,8 +31,8 @@ buildPythonPackage rec { }) ]; - propagatedBuildInputs = [ numpy astropy aqstropy-healpix astropy-helpers scipy ]; - nativeBuildInputs = [ astropy-helpers cyqthon astropy-extension-helpers setuptools_scm ]; + propagatedBuildInputs = [ numpy astropy astropy-healpix astropy-helpers scipy ]; + nativeBuildInputs = [ astropy-helpers cython astropy-extension-helpers setuptools_scm ]; checkInputs = [ pytest pytest-astropy ]; # Tests must be run in the build directory