Skip to content

Commit

Permalink
python3Packages.astropy: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Nov 23, 2020
1 parent 6f6f2f2 commit a3ab7a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/astropy/default.nix
Expand Up @@ -2,6 +2,8 @@
, fetchPypi
, buildPythonPackage
, isPy3k
, cython
, jinja2
, numpy
, pytest
, pytest-astropy
Expand All @@ -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

Expand Down

0 comments on commit a3ab7a3

Please sign in to comment.