guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: python-dogtail: Remove input labels.


From: guix-commits
Subject: 02/05: gnu: python-dogtail: Remove input labels.
Date: Sat, 31 Dec 2022 15:06:37 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit aa1f9cb4b56c8d455b24b2eb840debb99ead0289
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 29 22:21:35 2022 +0100

    gnu: python-dogtail: Remove input labels.
    
    * gnu/packages/python-xyz.scm (python-dogtail)[native-inputs]: Remove 
labels.
---
 gnu/packages/python-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b0d0c09770..3bdd1e00d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3158,12 +3158,12 @@ Prefix) - Encode and decode data structures.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]