gnu: python2-fake-factory: Rearrange inputs.

* gnu/packages/python.scm (python2-fake-factory)[native-inputs]: Move
python2-ipaddress ...
[propagated-inputs]: to here.
This commit is contained in:
宋文武 2016-06-27 20:43:25 +08:00
parent bbcd729791
commit 24c9aa1810
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -9572,9 +9572,9 @@ addresses, and phone numbers.")
python-fake-factory))))
(package
(inherit base)
(native-inputs
(propagated-inputs
`(("python2-ipaddress" ,python2-ipaddress)
,@(package-native-inputs base))))))
,@(package-propagated-inputs base))))))
(define-public python-pyaml
(package