~ruther/guix-local

b7049b2e23a514a1d9c131af484e808ee0ee4226 — Marius Bakke 8 years ago 0a2d977
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 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