guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-zope-schema: Build with python-zope-exceptions.


From: Leo Famulari
Subject: 01/02: gnu: python-zope-schema: Build with python-zope-exceptions.
Date: Wed, 14 Dec 2016 01:54:44 +0000 (UTC)

lfam pushed a commit to branch python-tests
in repository guix.

commit 2b9e4bead983167aeca375a26d5ddf6a6a5877eb
Author: Leo Famulari <address@hidden>
Date:   Tue Dec 13 20:45:50 2016 -0500

    gnu: python-zope-schema: Build with python-zope-exceptions.
    
    * gnu/packages/python.scm (python-zope-schema,
    python2-zope-schema)[propagated-inputs]: Add python-zope-schema.
---
 gnu/packages/python.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 31f0651..2f3d2b3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7330,6 +7330,7 @@ internationalized messages within program source text.")
     (build-system python-build-system)
     (propagated-inputs
      `(("python-zope-event" ,python-zope-event)
+       ("python-zope-exceptions", python-zope-exceptions)
        ("python-zope-interface" ,python-zope-interface)))
     (native-inputs
      `(("python-zope-testing" ,python-zope-testing)



reply via email to

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