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.master
parent
d42560bdfa
commit
bbcd729791
|
@ -9551,13 +9551,14 @@ parsing UK postcodes.")
|
||||||
(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
|
||||||
|
|
Reference in New Issue