mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: python2-flake8: Add missing propagated dependency.
* gnu/packages/python-xyz.scm (python2-flake8)[propagated-inputs]: Add PYTHON-FUNCTOOLS32.
This commit is contained in:
parent
b85822eaf9
commit
f8205d9a78
1 changed files with 1 additions and 0 deletions
|
@ -7037,6 +7037,7 @@ complexity of Python source code.")
|
|||
(propagated-inputs
|
||||
`(("python2-configparser" ,python2-configparser)
|
||||
("python2-enum34" ,python2-enum34)
|
||||
("python2-functools32" ,python2-functools32)
|
||||
("python2-typing" ,python2-typing)
|
||||
,@(package-propagated-inputs base))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue