gnu: python2-flake8: Add missing input.

* gnu/packages/python-xyz.scm (python2-flake8)[propagated-inputs]: Add
PYTHON2-FUNCTOOLS32.
This commit is contained in:
Marius Bakke 2020-01-15 22:15:59 +01:00
parent c5d399090e
commit 94fa51e17d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6574,6 +6574,7 @@ (define-public python2-flake8
(propagated-inputs
`(("python2-configparser" ,python2-configparser)
("python2-enum34" ,python2-enum34)
("python2-functools32" ,python2-functools32)
("python2-typing" ,python2-typing)
,@(package-propagated-inputs base))))))