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 106f524a73..d0271cc77f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1665,7 +1665,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 @@ -4576,7 +4576,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 @@ -4948,6 +4949,7 @@ It can be used to calculate the trajectory of satellites.") (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 @@ -5110,7 +5112,8 @@ files.") (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 |