guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python2-faker: Add explicit dependency on si


From: guix-commits
Subject: branch master updated: gnu: python2-faker: Add explicit dependency on six.
Date: Fri, 20 Mar 2020 17:55:37 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 85bad77  gnu: python2-faker: Add explicit dependency on six.
85bad77 is described below

commit 85bad77facdada73d6fb1397500ed15dc288913d
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 20 22:55:01 2020 +0100

    gnu: python2-faker: Add explicit dependency on six.
    
    This is a follow-up to commit a6a7336964da06abba9dd40ce8d7496c9c711177.
    
    * gnu/packages/python-xyz.scm (python2-faker)[propagated-inputs]: Add
    PYTHON2-SIX.
---
 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 47a75bc..4905802 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11417,6 +11417,7 @@ addresses, and phone numbers.")
          ,@(package-native-inputs base)))
       (propagated-inputs
        `(("python2-ipaddress" ,python2-ipaddress)
+         ("python2-six" ,python2-six)
          ,@(package-propagated-inputs base))))))
 
 (define-public python-pyaml



reply via email to

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