gnu: python-astroid: Remove unused inputs.
authorMarius Bakke <marius@gnu.org>
Sat, 30 May 2020 21:12:04 +0000 (23:12 +0200)
committerMarius Bakke <marius@gnu.org>
Sat, 30 May 2020 21:19:51 +0000 (23:19 +0200)
* gnu/packages/python-xyz.scm (python-astroid)[propagated-inputs]: Remove
PYTHON-TYPED-AST.
[native-inputs]: Remove PYTHON-NOSE.

gnu/packages/python-xyz.scm

index 79816dd..0caa271 100644 (file)
@@ -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")