gnu: python-u-boot-pylib: Fix build.

* gnu/packages/bootloaders.scm (python-u-boot-pylib)[native-inputs]: Add
python-setuptools.

Change-Id: I94052f3a3db1aeb734025011e93e8efe279ccdb5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Rodion Goritskov 2025-09-27 18:24:06 +02:00 committed by Sharlatan Hellseher
parent c78545b334
commit b60bb57fb6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1041,6 +1041,7 @@ CONFIG_TOOLS_KWBIMAGE=n")
(lambda* (#:key tests? #:allow-other-keys) (lambda* (#:key tests? #:allow-other-keys)
(when tests? (when tests?
(invoke "./u_boot_pylib"))))))) (invoke "./u_boot_pylib")))))))
(native-inputs (list python-setuptools))
(synopsis "U-Boot Python library") (synopsis "U-Boot Python library")
(description "This package provides common Python code used by some of the (description "This package provides common Python code used by some of the
commands part of the U-Boot project, such as Patman."))) commands part of the U-Boot project, such as Patman.")))