guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 665f7a1356183fe138a455190ebd263a280b0434
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 c3f6b08d14..6c953aa405 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10276,12 +10276,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