guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: python-twisted: Rearrange inputs.


From: ???
Subject: 01/10: gnu: python-twisted: Rearrange inputs.
Date: Mon, 27 Jun 2016 14:18:07 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit 4591217058c306ed9c8dc79a8feebfe6a97da751
Author: 宋文武 <address@hidden>
Date:   Mon Jun 27 20:18:12 2016 +0800

    gnu: python-twisted: Rearrange inputs.
    
    * gnu/packages/python.scm (python-twisted)[native-inputs]: Move
    python-zope-interface ...
    [propagated-inputs]: to here.
---
 gnu/packages/python.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 549bd34..888e1c3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9104,8 +9104,9 @@ to provide a high-level synchronous API on top of the 
libev event loop.")
                 "0ydxrp9myw1mvsz3qfzx5579y5llmqa82pxvqchgp5syczffi450"))))
     (build-system python-build-system)
     (native-inputs
-     `(("python-setuptools" ,python-setuptools)
-       ("python-zope-interface" ,python-zope-interface)))
+     `(("python-setuptools" ,python-setuptools)))
+    (propagated-inputs
+     `(("python-zope-interface" ,python-zope-interface)))
     (home-page "https://twistedmatrix.com/";)
     (synopsis "Asynchronous networking framework written in Python")
     (description



reply via email to

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