diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-06-27 20:18:12 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-06-27 22:17:21 +0800 |
commit | 4591217058c306ed9c8dc79a8feebfe6a97da751 (patch) | |
tree | 6e8af9b40cc40ab2934b68a29bc0168e50fc53ea | |
parent | 7a2941a83ee8ecac9ca7a3a076b1231805b39bbd (diff) | |
download | patches-4591217058c306ed9c8dc79a8feebfe6a97da751.tar patches-4591217058c306ed9c8dc79a8feebfe6a97da751.tar.gz |
gnu: python-twisted: Rearrange inputs.
* gnu/packages/python.scm (python-twisted)[native-inputs]: Move
python-zope-interface ...
[propagated-inputs]: to here.
-rw-r--r-- | gnu/packages/python.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 549bd347c1..888e1c30ed 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 |