Revert "Revert "gnu: python2-flake8: Fix python-enum34 propagation.""
This reverts commit b7049b2e23
.
This commit is contained in:
parent
7f69459aca
commit
7c9a1d5e80
|
@ -5465,7 +5465,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-enum" ,python2-enum)
|
("python2-enum34" ,python2-enum34)
|
||||||
,@(package-propagated-inputs base))))))
|
,@(package-propagated-inputs base))))))
|
||||||
|
|
||||||
;; python-hacking requires flake8 <2.6.0.
|
;; python-hacking requires flake8 <2.6.0.
|
||||||
|
|
Loading…
Reference in New Issue