summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/check.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index ec7b943f1b..c7d7f343c9 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1936,7 +1936,7 @@ protocol.")))
            ;; Package is not loadable on its own at this stage.
            (delete 'sanity-check))))
     (propagated-inputs
-     (list python-pbr-minimal python-six))
+     (list python-pbr-minimal python-six python-extras))
     (home-page "https://launchpad.net/python-fixtures")
     (synopsis "Python test fixture library")
     (description