guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/37: gnu: python2-flake8: Add missing propagated dependency.


From: guix-commits
Subject: 11/37: gnu: python2-flake8: Add missing propagated dependency.
Date: Mon, 16 Mar 2020 10:46:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f8205d9a7838678f9c633ad5c429029f280f254e
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 16 04:15:07 2020 +0100

    gnu: python2-flake8: Add missing propagated dependency.
    
    * gnu/packages/python-xyz.scm (python2-flake8)[propagated-inputs]: Add
    PYTHON-FUNCTOOLS32.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f673b5e..2aea2be 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))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]