mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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 @@ (define-public python-dogtail
|
|||
(propagated-inputs
|
||||
(list python-pygobject python-pycairo python-pyatspi))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)
|
||||
("gtk+" ,gtk+)
|
||||
("xvfb" ,xorg-server-for-tests)
|
||||
("dbus" ,dbus)
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("gobject-introspection" ,gobject-introspection)))
|
||||
(list python-nose
|
||||
gtk+
|
||||
xorg-server-for-tests
|
||||
dbus
|
||||
gsettings-desktop-schemas
|
||||
gobject-introspection))
|
||||
(home-page "https://gitlab.com/dogtail/dogtail/")
|
||||
(synopsis "GUI test tool and automation framework written in Python")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue