gnu: python-dogtail: Remove input labels.
* gnu/packages/python-xyz.scm (python-dogtail)[native-inputs]: Remove labels.
This commit is contained in:
parent
1115bd7f96
commit
aa1f9cb4b5
1 changed files with 6 additions and 6 deletions
|
@ -3158,12 +3158,12 @@ Prefix) - Encode and decode data structures.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-pygobject python-pycairo python-pyatspi))
|
(list python-pygobject python-pycairo python-pyatspi))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)
|
(list python-nose
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("xvfb" ,xorg-server-for-tests)
|
xorg-server-for-tests
|
||||||
("dbus" ,dbus)
|
dbus
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
gsettings-desktop-schemas
|
||||||
("gobject-introspection" ,gobject-introspection)))
|
gobject-introspection))
|
||||||
(home-page "https://gitlab.com/dogtail/dogtail/")
|
(home-page "https://gitlab.com/dogtail/dogtail/")
|
||||||
(synopsis "GUI test tool and automation framework written in Python")
|
(synopsis "GUI test tool and automation framework written in Python")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue