gnu: patman: Add python-u-boot-pylib to inputs.

* gnu/packages/bootloaders.scm (patman) [inputs]: Add python-u-boot-pylib.
[phases]: Remove 'sanity-check.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
Maxim Cournoyer 2023-07-08 00:03:18 -04:00 committed by Vagrant Cascadian
parent ffbcc113df
commit cf1216d876
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -876,10 +876,13 @@ (define-public patman
#:tests? #f
#:phases
#~(modify-phases %standard-phases
;; Patman fails to run during 'sanity-check phase, as it needs to be
;; run within a git directory.
(delete 'sanity-check)
(add-after 'unpack 'chdir
(lambda _
(chdir "tools/patman"))))))
(inputs (list python-pygit2 python-requests))
(inputs (list python-pygit2 python-requests python-u-boot-pylib))
(synopsis "Patch automation tool")
(description "Patman is a patch automation script which:
@itemize