diff options
| author | 宋文武 <iyzsong@gmail.com> | 2016-06-27 20:43:25 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@gmail.com> | 2016-06-27 22:17:21 +0800 |
| commit | 24c9aa18108639f46ceb96fc51a9050f004df240 (patch) | |
| tree | b5aaa388f470b038eb6dcb5acfa540aa32cfedf1 /gnu/packages/python.scm | |
| parent | bbcd729791eebe3dc3888eaf2b054d8a62842ef9 (diff) | |
gnu: python2-fake-factory: Rearrange inputs.
* gnu/packages/python.scm (python2-fake-factory)[native-inputs]: Move
python2-ipaddress ...
[propagated-inputs]: to here.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8decf9a3b6b..e0fe77dfc8e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -9572,9 +9572,9 @@ addresses, and phone numbers.") | |||
| 9572 | python-fake-factory)))) | 9572 | python-fake-factory)))) |
| 9573 | (package | 9573 | (package |
| 9574 | (inherit base) | 9574 | (inherit base) |
| 9575 | (native-inputs | 9575 | (propagated-inputs |
| 9576 | `(("python2-ipaddress" ,python2-ipaddress) | 9576 | `(("python2-ipaddress" ,python2-ipaddress) |
| 9577 | ,@(package-native-inputs base)))))) | 9577 | ,@(package-propagated-inputs base)))))) |
| 9578 | 9578 | ||
| 9579 | (define-public python-pyaml | 9579 | (define-public python-pyaml |
| 9580 | (package | 9580 | (package |
