guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: python-astroid: Remove unused inputs.


From: guix-commits
Subject: 04/07: gnu: python-astroid: Remove unused inputs.
Date: Sat, 30 May 2020 17:22:07 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f008bb0b2456c8c940a4ae0bd7bb1c4a3570d1da
Author: Marius Bakke <marius@gnu.org>
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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]