summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-05-30 23:12:04 +0200
committerMarius Bakke <marius@gnu.org>2020-05-30 23:19:51 +0200
commitf008bb0b2456c8c940a4ae0bd7bb1c4a3570d1da (patch)
treed5b0cf88dadeae1327a913b3185a664d14c4519e /gnu
parentaba53e7013aff6c978fafffbd7223365b56963c7 (diff)
gnu: python-astroid: Remove unused inputs.
* gnu/packages/python-xyz.scm (python-astroid)[propagated-inputs]: Remove PYTHON-TYPED-AST. [native-inputs]: Remove PYTHON-NOSE.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 79816ddc2f..0caa271fca 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")