guix-commits
[Top][All Lists]
Advanced

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

02/04: Revert "Revert "gnu: python2-flake8: Fix python-enum34 propagatio


From: Marius Bakke
Subject: 02/04: Revert "Revert "gnu: python2-flake8: Fix python-enum34 propagation.""
Date: Tue, 20 Feb 2018 12:20:28 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 7c9a1d5e8056a566780a2c2a026127d40096fa56
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 20 17:55:53 2018 +0100

    Revert "Revert "gnu: python2-flake8: Fix python-enum34 propagation.""
    
    This reverts commit b7049b2e23a514a1d9c131af484e808ee0ee4226.
---
 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 5bbe472..b03382c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5465,7 +5465,7 @@ complexity of Python source code.")
     (package (inherit base)
       (propagated-inputs
        `(("python2-configparser" ,python2-configparser)
-         ("python2-enum" ,python2-enum)
+         ("python2-enum34" ,python2-enum34)
           ,@(package-propagated-inputs base))))))
 
 ;; python-hacking requires flake8 <2.6.0.



reply via email to

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