guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f304ba6c69a190b0a99f994d82e3ddf71af8db04
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jul 22 02:16:47 2025 +0200
gnu: python-logical-unification: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-logical-unification):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Id6e2644dab6cab5e2ac6676f902fa2982d481370
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 850c4dac49..97a455d6ee 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36483,7 +36483,8 @@ needed and registers the function with its
annotations.")
(sha256
(base32
"0j57953hi7kg2rl0163vzjzsvzdyjimnklhx6idf5vaqqf1d3p1j"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
+ (native-inputs (list python-setuptools python-wheel))
(propagated-inputs
(list python-multipledispatch python-toolz))
(home-page "https://github.com/pythological/unification/")