summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2023-03-30 18:06:13 +0200
committerLars-Dominik Braun <lars@6xq.net>2023-03-31 13:24:47 +0200
commit28c3e6443536ad48a21ca4b94010633e738f72e2 (patch)
tree9e50eea9e20623e8e85f98587f5147f571b659c0 /gnu/packages/check.scm
parentd6a67f51ecc6f045f846f8804613a4733c920c7c (diff)
gnu: python-fixtures-bootstrap: Add missing dependency.
* gnu/packages/check.scm (python-fixtures-bootstrap)[propagated-inputs]: Add python-extras.
Diffstat (limited to 'gnu/packages/check.scm')
-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