guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f16d69cf14769298f8581e918cd5246f6f368705
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 01:03:25 2026 +0000
gnu: python-fonttools-minimal: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-fonttools-minimal):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: Ic89cc5a8162d7fd961a64a2ace6d184e72d27b4b
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f334faf314..6789ee267a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17094,7 +17094,9 @@ lines in the contained files easily.")
(sha256
(base32
"08pgq9nrj3r81gzb6gbf5mcak0xyqrj26cw0rc5za4v1n14hfb77"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-setuptools))
(arguments '(#:tests? #f))
(home-page "https://github.com/fonttools/fonttools")
(synopsis "Tools to manipulate font files")