me
/
guix
Archived
1
0
Fork 0

gnu: python-fixtures: Add missing dependency.

* gnu/packages/check.scm (python-fixtures)[propagated-inputs]: Add
python-extras.
master
Lars-Dominik Braun 2023-03-30 18:06:42 +02:00
parent 28c3e64435
commit 12b95dcce8
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 1 additions and 1 deletions

View File

@ -1958,7 +1958,7 @@ python-fixtures package instead.")
"fixtures.test_suite")))))))
(propagated-inputs
;; Fixtures uses pbr at runtime to check versions, etc.
(list python-pbr python-six))
(list python-pbr python-six python-extras))
(native-inputs
`(("python-mock" ,python-mock)
("python-testtools" ,python-testtools-bootstrap)))