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:
parent
d42560bdfa
commit
bbcd729791
|
@ -9551,13 +9551,14 @@ parsing UK postcodes.")
|
|||
(delete-file "faker/tests/ne_np/__init__.py")
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("python-dateutil" ,python-dateutil-2)
|
||||
("python-setuptools" ,python-setuptools)
|
||||
("python-six" ,python-six)
|
||||
`(("python-setuptools" ,python-setuptools)
|
||||
;; For testing
|
||||
("python-email-validator" ,python-email-validator)
|
||||
("python-mock" ,python-mock)
|
||||
("python-ukpostcodeparser" ,python-ukpostcodeparser)))
|
||||
(propagated-inputs
|
||||
`(("python-dateutil" ,python-dateutil-2)
|
||||
("python-six" ,python-six)))
|
||||
(home-page "http://github.com/joke2k/faker")
|
||||
(synopsis "Python package that generates fake data")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue