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 01af1e11a6
.
This commit is contained in:
parent
0a2d977ac1
commit
b7049b2e23
|
@ -5440,7 +5440,7 @@ complexity of Python source code.")
|
||||||
(package (inherit base)
|
(package (inherit base)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python2-configparser" ,python2-configparser)
|
`(("python2-configparser" ,python2-configparser)
|
||||||
("python2-enum34" ,python2-enum34)
|
("python2-enum" ,python2-enum)
|
||||||
,@(package-propagated-inputs base))))))
|
,@(package-propagated-inputs base))))))
|
||||||
|
|
||||||
(define-public python-flake8-polyfill
|
(define-public python-flake8-polyfill
|
||||||
|
|
Loading…
Reference in New Issue