[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: python2-astroid: Fix build.
From: |
guix-commits |
Subject: |
05/07: gnu: python2-astroid: Fix build. |
Date: |
Sat, 19 Oct 2019 10:05:58 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit 741f98b3f1d66252ce0122aed9f800da6bdaa8f7
Author: Mathieu Othacehe <address@hidden>
Date: Sat Oct 19 15:31:11 2019 +0200
gnu: python2-astroid: Fix build.
* gnu/packages/python-xyz.scm (python2-astroid)[propagated-inputs]:
Remove python-typed-ast.
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c8fbf9c..0c1479d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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
- branch master updated (5f76051 -> 74c1a56), guix-commits, 2019/10/19
- 01/07: gnu: Add python-setuptools-scm-3.3., guix-commits, 2019/10/19
- 02/07: gnu: python-lazy-object-proxy: Update to 1.4.2., guix-commits, 2019/10/19
- 03/07: gnu: python-typed-ast: Update to 1.4.0., guix-commits, 2019/10/19
- 04/07: gnu: python-astroid: Update to 2.3.2., guix-commits, 2019/10/19
- 05/07: gnu: python2-astroid: Fix build.,
guix-commits <=
- 06/07: gnu: python-pylint: Update to 2.3.1., guix-commits, 2019/10/19
- 07/07: gnu: python2-pylint: Fix build., guix-commits, 2019/10/19