python3Packages.astroquery: fix build

main
Sébastien Maret 2 years ago
parent 4efb100eb8
commit 51c9acf26d
  1. 3
      pkgs/development/python-modules/astroquery/default.nix

@ -13,6 +13,7 @@
, pytestCheckHook
, pyvo
, astropy-helpers
, setuptools
, isPy3k
}:
@ -37,7 +38,7 @@ buildPythonPackage rec {
pyvo
];
nativeBuildInputs = [ astropy-helpers ];
nativeBuildInputs = [ astropy-helpers setuptools ];
# Disable automatic update of the astropy-helper module
postPatch = ''

Loading…
Cancel
Save