gnu: python-dogtail: Remove input labels.

* gnu/packages/python-xyz.scm (python-dogtail)[native-inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-12-29 22:21:35 +01:00
parent 1115bd7f96
commit aa1f9cb4b5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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