1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

Revert "Revert "gnu: python2-flake8: Fix python-enum34 propagation.""

This reverts commit b7049b2e23.
This commit is contained in:
Marius Bakke 2018-02-20 17:55:53 +01:00
parent 7f69459aca
commit 7c9a1d5e80
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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.