mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: behave: Fix build.
* gnu/packages/check.scm (behave)[propagated-inputs]: Add python-importlib-metadata.
This commit is contained in:
parent
a3d1a3487a
commit
037bef7db4
1 changed files with 2 additions and 1 deletions
|
@ -1924,7 +1924,8 @@ (define-public behave
|
|||
("python-pyhamcrest" ,python-pyhamcrest)
|
||||
("python-pytest" ,python-pytest)))
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)
|
||||
`(("python-importlib-metadata" ,python-importlib-metadata)
|
||||
("python-six" ,python-six)
|
||||
("python-parse" ,python-parse)
|
||||
("python-parse-type" ,python-parse-type)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue