gnu: python-fixtures-bootstrap: Add missing dependency.

* gnu/packages/check.scm (python-fixtures-bootstrap)[propagated-inputs]:
Add python-extras.
This commit is contained in:
Lars-Dominik Braun 2023-03-30 18:06:13 +02:00
parent d6a67f51ec
commit 28c3e64435
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -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