guix-commits
[Top][All Lists]
Advanced

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

40/103: gnu: python-zope-schema: Add missing inputs.


From: Hartmut Goebel
Subject: 40/103: gnu: python-zope-schema: Add missing inputs.
Date: Tue, 25 Oct 2016 17:44:41 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 408bb87ea14281fb609b3723be61406cec6d98cf
Author: Hartmut Goebel <address@hidden>
Date:   Fri Oct 7 21:45:52 2016 +0200

    gnu: python-zope-schema: Add missing inputs.
    
    * gnu/packages.python.scm (python-zope-schema): Add python-coverage and
      python-nose to native-inputs.
---
 gnu/packages/python.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index aef7dfb..4685037 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6385,7 +6385,9 @@ internationalized messages within program source text.")
      `(("python-zope-event" ,python-zope-event)
        ("python-zope-interface" ,python-zope-interface)))
     (native-inputs
-     `(("python-zope-testing" ,python-zope-testing)))
+     `(("python-zope-testing" ,python-zope-testing)
+       ("python-coverage" ,python-coverage)
+       ("python-nose" ,python-nose)))
     (home-page "http://pypi.python.org/pypi/zope.schema";)
     (synopsis "Zope data schemas")
     (description "Zope.scheme provides extensions to zope.interface for



reply via email to

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