guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python2-zope-security: Use python2-zope-testrunner.


From: Efraim Flashner
Subject: 03/03: gnu: python2-zope-security: Use python2-zope-testrunner.
Date: Mon, 07 Dec 2015 10:38:19 +0000

efraim pushed a commit to branch master
in repository guix.

commit 044176621e80eaf7c97cf92a5ea6cf97bd7dd45a
Author: Efraim Flashner <address@hidden>
Date:   Mon Dec 7 12:31:56 2015 +0200

    gnu: python2-zope-security: Use python2-zope-testrunner.
    
    * gnu/packages/python.scm (python2-zope-security): Do it.
---
 gnu/packages/python.scm |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 056775e..d01c1d3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6345,7 +6345,13 @@ security policies on Python objects.")
     (license zpl2.1)))
 
 (define-public python2-zope-security
-  (package-with-python2 python-zope-security))
+  (let ((zope-security (package-with-python2 python-zope-security)))
+    (package (inherit zope-security)
+      (propagated-inputs
+       `(("python2-zope-testrunner" ,python2-zope-testrunner)
+         ,@(alist-delete
+            "python-zope-testrunner"
+            (package-propagated-inputs zope-security)))))))
 
 (define-public python-zope-component
   (package



reply via email to

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