mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fixtures: Propagate python-pbr.
* gnu/packages/check.scm (python-fixtures-bootstrap, python2-fixtures-bootstrap, python-testrepository-bootstrap, python2-testrepository-bootstrap): New public variables. (python-fixtures): Adjust accordingly. (python-testrepository): Likewise. [native-inputs]: Remove PYTHON-PBR-MINIMAL. * gnu/packages/python.scm (python-pbr)[native-inputs]: Replace PYTHON-FIXTURES and PYTHON-TESTREPOSITORY WITH PYTHON-FIXTURES-BOOTSTRAP and PYTHON-TESTREPOSITORY-BOOTSTRAP.
This commit is contained in:
parent
bd041e7fd3
commit
335c9e3902
2 changed files with 59 additions and 26 deletions
|
@ -1689,12 +1689,12 @@ code introspection, and logging.")
|
|||
(propagated-inputs
|
||||
`(("git" ,git))) ;; pbr actually uses the "git" binary.
|
||||
(native-inputs
|
||||
`(("python-fixtures" ,python-fixtures)
|
||||
`(("python-fixtures" ,python-fixtures-bootstrap)
|
||||
;; discover, coverage, hacking, subunit
|
||||
("python-mock" ,python-mock)
|
||||
("python-six" ,python-six)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python-testrepository" ,python-testrepository)
|
||||
("python-testrepository" ,python-testrepository-bootstrap)
|
||||
("python-testresources" ,python-testresources)
|
||||
("python-testscenarios" ,python-testscenarios)
|
||||
("python-testtools" ,python-testtools)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue