gnu: python2-astroid: Fix build.
authorMathieu Othacehe <m.othacehe@gmail.com>
Sat, 19 Oct 2019 13:31:11 +0000 (15:31 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Sat, 19 Oct 2019 13:56:24 +0000 (15:56 +0200)
* gnu/packages/python-xyz.scm (python2-astroid)[propagated-inputs]:
Remove python-typed-ast.

gnu/packages/python-xyz.scm

index c8fbf9c..0c1479d 100644 (file)
@@ -12617,7 +12617,8 @@ builds partial trees by inspecting living objects.")
          ,python2-backports-functools-lru-cache)
         ("python2-enum34" ,python2-enum34)
         ("python2-singledispatch" ,python2-singledispatch)
-        ,@(package-propagated-inputs base))))))
+        ,@(alist-delete "python-typed-ast"
+                        (package-propagated-inputs base)))))))
 
 (define-public python-isort
   (package