~ruther/guix-local

044176621e80eaf7c97cf92a5ea6cf97bd7dd45a — Efraim Flashner 10 years ago b847618
gnu: python2-zope-security: Use python2-zope-testrunner.

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

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +7 -1
@@ 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