From b7049b2e23a514a1d9c131af484e808ee0ee4226 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 7 Feb 2018 17:00:45 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5a477e8cb6..6013c31acb 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 -- cgit v1.2.3