diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-15 22:15:59 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-24 20:44:33 +0100 |
commit | 94fa51e17d23edbbdac2f66809b3c96315dd6781 (patch) | |
tree | 14b7b164833095325606e492eb59ed53f50b0f4f /gnu | |
parent | c5d399090e2a3f5a742fcdf4e514f0f8ab6fe491 (diff) | |
download | guix-94fa51e17d23edbbdac2f66809b3c96315dd6781.tar guix-94fa51e17d23edbbdac2f66809b3c96315dd6781.tar.gz |
gnu: python2-flake8: Add missing input.
* gnu/packages/python-xyz.scm (python2-flake8)[propagated-inputs]: Add
PYTHON2-FUNCTOOLS32.
Diffstat (limited to 'gnu')
-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 618049e4bd..d9b17fca32 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6574,6 +6574,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)))))) |