gnu: python-testtools: Remove unused dependency.
* gnu/packages/check.scm (python-testtools)[propagated-inputs]: Remove python-extras.
This commit is contained in:
parent
d20bc0dbc2
commit
d6a67f51ec
1 changed files with 1 additions and 1 deletions
|
@ -1796,7 +1796,7 @@ (define-public python-testtools
|
|||
(invoke "python" "-m" "testtools.run"
|
||||
"testtools.tests.test_suite")))))))
|
||||
(propagated-inputs
|
||||
(list python-extras python-fixtures python-pbr))
|
||||
(list python-fixtures python-pbr))
|
||||
(native-inputs
|
||||
`(("python-testscenarios" ,python-testscenarios-bootstrap)))
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue