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:
parent
bbcd729791
commit
24c9aa1810
|
@ -9572,9 +9572,9 @@ addresses, and phone numbers.")
|
||||||
python-fake-factory))))
|
python-fake-factory))))
|
||||||
(package
|
(package
|
||||||
(inherit base)
|
(inherit base)
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
`(("python2-ipaddress" ,python2-ipaddress)
|
`(("python2-ipaddress" ,python2-ipaddress)
|
||||||
,@(package-native-inputs base))))))
|
,@(package-propagated-inputs base))))))
|
||||||
|
|
||||||
(define-public python-pyaml
|
(define-public python-pyaml
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue