From 4d95ffdf05e7e9bfa95ec19b2a973be75a5ef513 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 2 Jan 2025 17:49:12 +0100 Subject: [PATCH] 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 --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 89d467b977..0110d73ff0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -12,7 +12,7 @@ ;;; Copyright © 2023-2024 Iliya Tikhonenko ;;; Copyright © 2023 Andreas Enge ;;; Copyright © 2023 Simon Tournier -;;; Copyright © 2024 Ricardo Wurmus +;;; Copyright © 2024-2025 Ricardo Wurmus ;;; Copyright © 2024 Andy Tai ;;; Copyright © 2024 Artyom V. Poptsov ;;; @@ -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