lbraun pushed a commit to branch core-updates
in repository guix.
commit d6a67f51ecc6f045f846f8804613a4733c920c7c
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Mar 30 18:05:24 2023 +0200
gnu: python-testtools: Remove unused dependency.
* gnu/packages/check.scm (python-testtools)[propagated-inputs]: Remove
python-extras.
---
gnu/packages/check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 6f87831c00..ec7b943f1b 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1796,7 +1796,7 @@ subprocess and see the output as well as any file
modifications.")
(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