guix-commits
[Top][All Lists]
Advanced

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

74/103: gnu: python-zope-location: Correct inputs.


From: Hartmut Goebel
Subject: 74/103: gnu: python-zope-location: Correct inputs.
Date: Tue, 25 Oct 2016 18:00:41 +0000 (UTC)

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

commit 6c34f2d9f9e58d84f354ca0b6b180177faf4f990
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 16 23:14:30 2016 +0200

    gnu: python-zope-location: Correct inputs.
    
    * gnu/packages/python.scm(python-zope-location)[native-inputs] change to
      [propagated-inputs].
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index dfcb33f..1627b81 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6548,7 +6548,7 @@ brokering, etc.) for which the proxy is responsible.")
         (base32
          "1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74"))))
     (build-system python-build-system)
-    (native-inputs
+    (propagated-inputs
      `(("python-zope-proxy" ,python-zope-proxy)
        ("python-zope-schema" ,python-zope-schema)))
     (home-page "http://pypi.python.org/pypi/zope.location/";)



reply via email to

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