gnu: python-xdo: Add 'python-six' to 'propagated-inputs'.
* gnu/packages/python.scm (python-xdo)[propagated-inputs]: New field.
This commit is contained in:
parent
bd05ea41b6
commit
0b5e08637e
|
@ -8856,6 +8856,8 @@ normally the case.")
|
|||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no tests provided
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)))
|
||||
(inputs
|
||||
`(("xdotool" ,xdotool)
|
||||
("libX11" ,libx11)))
|
||||
|
|
Loading…
Reference in New Issue