diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-02 20:14:23 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-02 20:14:23 +0200 |
commit | 30484be05d9e318e89e12f40a55c65766cec700a (patch) | |
tree | aeae7e586fd5d790fd51728912a9c76a1cd0ddb1 /gnu/packages/check.scm | |
parent | b8d41cfc875b1a6c438ac138fdce9caa579b8486 (diff) | |
parent | 2e03bbeb7be35faa1cb5b41c119d378d221266f3 (diff) | |
download | guix-30484be05d9e318e89e12f40a55c65766cec700a.tar guix-30484be05d9e318e89e12f40a55c65766cec700a.tar.gz |
Merge branch 'master' into staging
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 36ecad03e2..085538b2de 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 |