From 967da69c52102568e32b9f8fb6f644eaf151a253 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 15 Mar 2026 16:50:36 +0000 Subject: [PATCH] gnu: python-pydantic: Adjust inputs. * gnu/packages/python-xyz.scm (python-pydantic)[native-inputs]: Remove python-dirty-equals; add python-dirty-equals-bootstrap and python-pytz. Change-Id: I5094994f891cf2ed9d06dc70d12e92d9eb5b7e02 --- gnu/packages/python-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 894697ef7c..1f126497f9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10542,7 +10542,7 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.") #~(list "--parallel-threads" (number->string (parallel-job-count))))) (native-inputs (list tzdata-for-tests - python-dirty-equals + python-dirty-equals-bootstrap python-faker python-hatch-fancy-pypi-readme python-hatchling @@ -10551,7 +10551,8 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.") python-pytest-benchmark python-pytest-examples python-pytest-mock - python-pytest-run-parallel)) + python-pytest-run-parallel + python-pytz)) (propagated-inputs (list python-annotated-types python-pydantic-core ;it's hard == requirement, keep it in sync