me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/check.scm (python-fixtures-bootstrap)[propagated-inputs]:
Add python-extras.
master
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
1 changed files with 1 additions and 1 deletions

View File

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