gnu: python-cart: Add missing inputs.

* gnu/packages/python-xyz.scm (python-cart)[arguments]: Reformat.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Iaa0877d88a1296957b1c14c88f8e669c734683a3
This commit is contained in:
Ricardo Wurmus 2025-01-12 21:38:33 +01:00
parent 6adff6f1c9
commit 8ef47ccb1b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -35776,12 +35776,15 @@ and BMI2).")
(base32 "1zycv620iljrsval5rai1wsn0hr25ddx9xhjsyy6xxrgprfxvlfi")))) (base32 "1zycv620iljrsval5rai1wsn0hr25ddx9xhjsyy6xxrgprfxvlfi"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases (list
(replace 'check #:phases
(lambda* (#:key tests? #:allow-other-keys) '(modify-phases %standard-phases
(when tests? (replace 'check
(invoke "python" "-m" "unittest" "discover"))))))) (lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "python" "-m" "unittest" "discover")))))))
(propagated-inputs (list python-pycryptodome)) (propagated-inputs (list python-pycryptodome))
(native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/CybercentreCanada/cart") (home-page "https://github.com/CybercentreCanada/cart")
(synopsis "Library for interacting with the CaRT file format") (synopsis "Library for interacting with the CaRT file format")
(description (description