From f304ba6c69a190b0a99f994d82e3ddf71af8db04 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 22 Jul 2025 02:16:47 +0200 Subject: [PATCH] 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 --- 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 850c4dac4949441b5691afd71c3455e5fae61f11..97a455d6ee7f1ea7fcff4e0420dd9800338d2b55 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/")