mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
python3Packages.reproject: unbreak
This commit is contained in:
parent
7a468478bc
commit
edbf7a37b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user