diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2019-07-01 12:08:08 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-07-01 12:08:08 +0200 |
commit | 037bef7db4f67b1f7df879f8e41a971308ce8128 (patch) | |
tree | 6b1ca70ed161d46c929847b4915f4fb10a19eb4d /gnu/packages/check.scm | |
parent | a3d1a3487a34820d2a0b3d5e6206e4df1c77c15c (diff) |
gnu: behave: Fix build.
* gnu/packages/check.scm (behave)[propagated-inputs]: Add
python-importlib-metadata.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 9bc5036cf6..dae2b0e1d9 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -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 |