diff options
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index ff2fa8a1cc..5f2378efcf 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -982,7 +982,7 @@ exitinction laws found in the literature.") (lambda _ (invoke "python" "setup.py" "build_ext" "--inplace")))))) (native-inputs - (list python-pytest)) + (list python-pytest python-setuptools python-wheel)) (inputs (list curl cfitsio zlib)) (propagated-inputs @@ -3290,7 +3290,8 @@ Telescope Science Institute} image array manipulation functions.") ;; Cython extensions have to be built before running the tests. (invoke "python" "setup.py" "build_ext" "--inplace")))))) (propagated-inputs (list python-numpy)) - (native-inputs (list python-pytest python-setuptools-scm)) + (native-inputs (list python-pytest python-setuptools + python-setuptools-scm python-wheel)) (home-page "https://stsciimagestats.readthedocs.io/en/latest/") (synopsis "Compute sigma-clipped statistics on data arrays") (description @@ -4039,6 +4040,7 @@ more.") (invoke "python" "-m" "unittest" "discover" "-s" "test"))))))) (inputs (list python-numpy)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/brandon-rhodes/python-jplephem") (synopsis "Python version of NASA DE4xx ephemerides") (description @@ -4151,7 +4153,8 @@ exposures and high-level data products (mosaics, extracted spectra, etc.).") (lambda _ (invoke "python" "setup.py" "build_ext" "--inplace")))))) (native-inputs - (list python-pytest-doctestplus python-pytest python-setuptools-scm)) + (list python-pytest-doctestplus python-pytest python-setuptools + python-setuptools-scm python-wheel)) (inputs (list erfa)) (propagated-inputs |