guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 7cecc29f25b88d866fd06282d2a96ff7cf5db4a7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 15 16:50:36 2026 +0000

    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 d3d7c28cf6..7affa82791 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10343,7 +10343,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
@@ -10352,7 +10352,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

Reply via email to