guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 07d5e47336a0adf9355c4f19f6b49af18ff0983c
Author: Yan Abu Arab <[email protected]>
AuthorDate: Fri Feb 13 02:38:44 2026 +0200
gnu: python-pydantic-core: Cleanup unneeded phase.
* gnu/packages/python-xyz.scm
(python-pydantic-core)[phases]{patch-pyproject}:
Remove phase.
Merges: https://codeberg.org/guix/guix/pulls/6358
Change-Id: I04d0aaac7aec000db4e276e61097d55f9d8c630e
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 30f076c230..6034854d31 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10301,12 +10301,7 @@ errors when data is invalid.")
'(unpack-rust-crates
configure
check-for-pregenerated-files
- patch-cargo-checksums))))
- (add-after 'unpack 'patch-pyproject
- (lambda _
- ;; maturin failed to parce pyproject.toml.
- (substitute* "pyproject.toml"
- (("^license-files = .*") "")))))))
+ patch-cargo-checksums)))))))
(native-inputs
(append
(list maturin