mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python2-flake8: Add missing input.
* gnu/packages/python-xyz.scm (python2-flake8)[propagated-inputs]: Add PYTHON2-FUNCTOOLS32.
This commit is contained in:
parent
c5d399090e
commit
94fa51e17d
1 changed files with 1 additions and 0 deletions
|
@ -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))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue