GNU bug report logs - #27888
[PATCH 00/18] Python updates

Previous Next

Package: guix-patches;

Reported by: Marius Bakke <mbakke <at> fastmail.com>

Date: Mon, 31 Jul 2017 20:05:01 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


Message #35 received at 27888 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: 27888 <at> debbugs.gnu.org
Cc: Marius Bakke <mbakke <at> fastmail.com>
Subject: [PATCH 10/18] gnu: python-mock <at> 2: Add dependency on python-six.
Date: Mon, 31 Jul 2017 22:07:27 +0200
* gnu/packages/python.scm (python-mock-2)[propagated-inputs]: Add PYTHON-SIX.
---
 gnu/packages/python.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6fd0f014c..37b8c5594 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -970,6 +970,7 @@ have been used.")
           "1flbpksir5sqrvq2z0dp8sl4bzbadg21sj4d42w3klpdfvgvcn5i"))))
     (propagated-inputs
      `(("python-pbr" ,python-pbr-minimal)
+       ("python-six" ,python-six)
        ,@(package-propagated-inputs python-mock)))))
 
 (define-public python-setuptools
-- 
2.13.3





This bug report was last modified 7 years and 210 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.