mbakke pushed a commit to branch master
in repository guix.
commit f008bb0b2456c8c940a4ae0bd7bb1c4a3570d1da
Author: Marius Bakke <[email protected]>
AuthorDate: Sat May 30 23:12:04 2020 +0200
gnu: python-astroid: Remove unused inputs.
* gnu/packages/python-xyz.scm (python-astroid)[propagated-inputs]: Remove
PYTHON-TYPED-AST.
[native-inputs]: Remove PYTHON-NOSE.
---
gnu/packages/python-xyz.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 79816dd..0caa271 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13917,11 +13917,9 @@ clone, while other processes access the original
tree.")
(propagated-inputs
`(("python-lazy-object-proxy" ,python-lazy-object-proxy)
("python-six" ,python-six)
- ("python-typed-ast" ,python-typed-ast)
("python-wrapt" ,python-wrapt)))
(native-inputs
`(("python-dateutil" ,python-dateutil)
- ("python-nose" ,python-nose)
("python-pytest" ,python-pytest)
("python-pytest-runner" ,python-pytest-runner)))
(home-page "https://github.com/PyCQA/astroid")