gnu: python-fixtures-bootstrap: Add missing dependency.
* gnu/packages/check.scm (python-fixtures-bootstrap)[propagated-inputs]: Add python-extras.
This commit is contained in:
parent
d6a67f51ec
commit
28c3e64435
1 changed files with 1 additions and 1 deletions
|
@ -1936,7 +1936,7 @@ (define-public python-fixtures-bootstrap
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue