mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c78545b334
commit
b60bb57fb6
1 changed files with 1 additions and 0 deletions
|
@ -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.")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue