mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-astral: Remove old version of dataclasses.
A newer version of dataclasses is part of Python. * gnu/packages/astronomy.scm (python-astral)[propagated-inputs]: Remove python-dataclasses. Change-Id: Iddad48948aab9015defc57834fa63213801262d2
This commit is contained in:
parent
344c4e6c69
commit
4d95ffdf05
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
;;; Copyright © 2023-2024 Iliya Tikhonenko <tikhonenko@mpe.mpg.de>
|
||||
;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2023 Simon Tournier <zimon.toutoune@gmail.com>
|
||||
;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2024-2025 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2024 Andy Tai <lichengtai@gmail.com>
|
||||
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||
;;;
|
||||
|
@ -1792,7 +1792,7 @@ (define-public python-astral
|
|||
python-pytest
|
||||
python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python-dataclasses python-pytest python-pytz))
|
||||
(list python-pytest python-pytz))
|
||||
(home-page "https://github.com/sffjunkie/astral")
|
||||
(synopsis "Calculations for the position of the sun and moon")
|
||||
(description "Astral is a Python module that calculates times for various
|
||||
|
|
Loading…
Reference in a new issue