gnu: behave: Fix build.

* gnu/packages/check.scm (behave)[propagated-inputs]: Add
python-importlib-metadata.
master
Danny Milosavljevic 2019-07-01 12:08:08 +02:00
parent a3d1a3487a
commit 037bef7db4
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 1 deletions

View File

@ -1924,7 +1924,8 @@ backported from Python 2.7 for Python 2.4+.")
("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