diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 04:15:07 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 15:45:34 +0100 |
commit | f8205d9a7838678f9c633ad5c429029f280f254e (patch) | |
tree | 2227fc30f9eef080eb4bbb30fed751e23ef892cf | |
parent | b85822eaf9b8c85d0a579e37df813d35c3e5d314 (diff) |
gnu: python2-flake8: Add missing propagated dependency.
* gnu/packages/python-xyz.scm (python2-flake8)[propagated-inputs]: Add
PYTHON-FUNCTOOLS32.
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f673b5ec15..2aea2be56e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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)))))) |