mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(propagated-inputs
|
||||||
`(("python2-configparser" ,python2-configparser)
|
`(("python2-configparser" ,python2-configparser)
|
||||||
("python2-enum34" ,python2-enum34)
|
("python2-enum34" ,python2-enum34)
|
||||||
|
("python2-functools32" ,python2-functools32)
|
||||||
("python2-typing" ,python2-typing)
|
("python2-typing" ,python2-typing)
|
||||||
,@(package-propagated-inputs base))))))
|
,@(package-propagated-inputs base))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue