gnu: python-fake-factory: Rearrange inputs.

* gnu/packages/python.scm (python-fake-factory)[native-inputs]: Move
python-dateutil-2, python-six ...
[propagated-inputs]: to here.
This commit is contained in:
宋文武 2016-06-27 20:41:52 +08:00
parent d42560bdfa
commit bbcd729791
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -9551,13 +9551,14 @@ (define-public python-fake-factory
(delete-file "faker/tests/ne_np/__init__.py") (delete-file "faker/tests/ne_np/__init__.py")
#t))))) #t)))))
(native-inputs (native-inputs
`(("python-dateutil" ,python-dateutil-2) `(("python-setuptools" ,python-setuptools)
("python-setuptools" ,python-setuptools)
("python-six" ,python-six)
;; For testing ;; For testing
("python-email-validator" ,python-email-validator) ("python-email-validator" ,python-email-validator)
("python-mock" ,python-mock) ("python-mock" ,python-mock)
("python-ukpostcodeparser" ,python-ukpostcodeparser))) ("python-ukpostcodeparser" ,python-ukpostcodeparser)))
(propagated-inputs
`(("python-dateutil" ,python-dateutil-2)
("python-six" ,python-six)))
(home-page "http://github.com/joke2k/faker") (home-page "http://github.com/joke2k/faker")
(synopsis "Python package that generates fake data") (synopsis "Python package that generates fake data")
(description (description