python3Packages.reproject: unbreak

This commit is contained in:
Robert T. McGibbon 2020-12-28 14:50:43 -05:00
parent 7a468478bc
commit edbf7a37b1

View File

@ -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