~ruther/guix-local

f304ba6c69a190b0a99f994d82e3ddf71af8db04 — Nicolas Graves 10 months ago 12cad71
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 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/")