gnu: python-heapdict: Switch to pyproject. * gnu/packages/python-xyz.scm (python-heapdict): [build-system]: Switch to pyproject-build-system. [arguments]<#:test-backend>: Configure it. [native-inputs]: Add python-setuptools. Change-Id: Ied507740ae2436c133140b59c50a7a36b8fc16a7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 3 insertions(+), 1 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 28270,7 28270,9 @@ objects on other machines, also known as remote procedure calls (RPC).") (sha256 (base32 "1dnd7v9adqd21bf4ih2wzn9a7b41m0nccb0vbxny9n037rxzb5c4")))) (build-system python-build-system) (build-system pyproject-build-system) (arguments (list #:test-backend #~'unittest)) (native-inputs (list python-setuptools)) (home-page "http://stutzbachenterprises.com/") (synopsis "Heap with decrease-key and increase-key operations") (description