gnu: Fix pytest dependency cycle.
* gnu/packages/python.scm (python-traceback2, python-linecache2)[native-inputs]: Use PYTHON-PBR-MINIMAL instead of PYTHON-PBR.
This commit is contained in:
parent
8f65361286
commit
3e6218b2dd
|
@ -16670,7 +16670,7 @@ their files and supports any packaging format (including wheels).")
|
||||||
`(;; The tests depend on unittest2, and our version is a bit too old.
|
`(;; The tests depend on unittest2, and our version is a bit too old.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pbr" ,python-pbr)))
|
`(("python-pbr" ,python-pbr-minimal)))
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/testing-cabal/linecache2")
|
"https://github.com/testing-cabal/linecache2")
|
||||||
(synopsis "Backports of the linecache module")
|
(synopsis "Backports of the linecache module")
|
||||||
|
@ -16699,7 +16699,7 @@ lines are read from a single file.")
|
||||||
`(;; python-traceback2 and python-unittest2 depend on one another.
|
`(;; python-traceback2 and python-unittest2 depend on one another.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pbr" ,python-pbr)))
|
`(("python-pbr" ,python-pbr-minimal)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-linecache2" ,python-linecache2)))
|
`(("python-linecache2" ,python-linecache2)))
|
||||||
(home-page
|
(home-page
|
||||||
|
|
Loading…
Reference in New Issue