~ruther/guix-local

b60bb57fb6339e2328d6c295f3b090d58b4f6ae3 — Rodion Goritskov 7 months ago c78545b
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>
1 files changed, 1 insertions(+), 0 deletions(-)

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