mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-astropy-minimal: Adjust inputs.
* gnu/packages/astronomy.scm (python-astropy-minimal) [native-inputs]: Remove python-wheel, python-setuptools, and python-setuptools-scm; add python-setuptools-scm-next. [propagate-inputs]: Do not inherit but overwrite, add bare minimal install dependencies: python-astropy-iers-data, python-configobj, python-numpy, python-packaging, python-ply, python-pyerfa, and python-pyyaml. Change-Id: Ib2a2421953f0d9986334038f900694ee15b5d1c7
This commit is contained in:
parent
d30ccdc125
commit
2b7cbedbcc
1 changed files with 8 additions and 6 deletions
|
@ -2629,13 +2629,15 @@ celestial-to-terrestrial coordinate transformations.")
|
||||||
pkg-config
|
pkg-config
|
||||||
python-cython-3
|
python-cython-3
|
||||||
python-extension-helpers
|
python-extension-helpers
|
||||||
python-setuptools
|
python-setuptools-scm-next))
|
||||||
python-setuptools-scm
|
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(modify-inputs (package-propagated-inputs python-astropy)
|
(list python-astropy-iers-data
|
||||||
(delete python-matplotlib
|
python-configobj ;to replace custom module
|
||||||
python-scipy)))))
|
python-numpy
|
||||||
|
python-packaging
|
||||||
|
python-ply ;to replace custom module
|
||||||
|
python-pyerfa
|
||||||
|
python-pyyaml))))
|
||||||
|
|
||||||
(define-public python-astroquery
|
(define-public python-astroquery
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue