diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-22 02:16:47 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-25 11:32:13 +0100 |
commit | f304ba6c69a190b0a99f994d82e3ddf71af8db04 (patch) | |
tree | 0f43cfdd0ea3e2e0f800a732f735fd79bbf16334 /gnu/packages/python-xyz.scm | |
parent | 12cad7175d4fc980acfffa86d2e9a2b2b09a57a9 (diff) |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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/") |