~ruther/guix-local

4591217058c306ed9c8dc79a8feebfe6a97da751 — 宋文武 9 years ago 7a2941a
gnu: python-twisted: Rearrange inputs.

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

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