guix-commits
[Top][All Lists]
Advanced

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

01/02: Revert "gnu: python2-flake8: Fix python-enum34 propagation."


From: Marius Bakke
Subject: 01/02: Revert "gnu: python2-flake8: Fix python-enum34 propagation."
Date: Wed, 7 Feb 2018 11:06:15 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit b7049b2e23a514a1d9c131af484e808ee0ee4226
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 7 17:00:45 2018 +0100

    Revert "gnu: python2-flake8: Fix python-enum34 propagation."
    
    This triggers a rebuild of 1111 packages, so let's work around it on the few
    that are affected instead.
    
    This reverts commit 01af1e11a67466d5f6338bdb207ff99ef5cf094e.
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5a477e8..6013c31 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5440,7 +5440,7 @@ complexity of Python source code.")
     (package (inherit base)
       (propagated-inputs
        `(("python2-configparser" ,python2-configparser)
-         ("python2-enum34" ,python2-enum34)
+         ("python2-enum" ,python2-enum)
           ,@(package-propagated-inputs base))))))
 
 (define-public python-flake8-polyfill



reply via email to

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