gnu: python-twisted: Rearrange inputs.

* gnu/packages/python.scm (python-twisted)[native-inputs]: Move
python-zope-interface ...
[propagated-inputs]: to here.
This commit is contained in:
宋文武 2016-06-27 20:18:12 +08:00
parent 7a2941a83e
commit 4591217058
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -9104,8 +9104,9 @@ (define-public python-twisted
"0ydxrp9myw1mvsz3qfzx5579y5llmqa82pxvqchgp5syczffi450")))) "0ydxrp9myw1mvsz3qfzx5579y5llmqa82pxvqchgp5syczffi450"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-setuptools" ,python-setuptools) `(("python-setuptools" ,python-setuptools)))
("python-zope-interface" ,python-zope-interface))) (propagated-inputs
`(("python-zope-interface" ,python-zope-interface)))
(home-page "https://twistedmatrix.com/") (home-page "https://twistedmatrix.com/")
(synopsis "Asynchronous networking framework written in Python") (synopsis "Asynchronous networking framework written in Python")
(description (description