guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 84eea4ca02c19b4f0431347be8bfa5b44d0f12a6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 15 16:50:36 2026 +0000
gnu: python-pydantic-core: Adjust inputs.
* gnu/packages/python-xyz.scm (python-pydantic-core)[native-inputs]:
Remove python-dirty-equals; add python-dirty-equals-bootstrap.
Change-Id: I35ac1000927495ea451f49c8ccfeb97de6e58c63
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 59bef4f621..d3d7c28cf6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10441,7 +10441,7 @@ errors when data is invalid.")
(native-inputs
(append
(list maturin
- python-dirty-equals
+ python-dirty-equals-bootstrap
python-pytest
python-pytest-benchmark ;TODO: disable in pyproject.toml
python-pytest-mock