diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2023-03-30 18:06:13 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2023-03-31 13:24:47 +0200 |
commit | 28c3e6443536ad48a21ca4b94010633e738f72e2 (patch) | |
tree | 9e50eea9e20623e8e85f98587f5147f571b659c0 /gnu/packages/check.scm | |
parent | d6a67f51ecc6f045f846f8804613a4733c920c7c (diff) | |
download | guix-28c3e6443536ad48a21ca4b94010633e738f72e2.tar.gz |
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.scm | 2 |
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 |