guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-xlib: Fix native input.


From: guix-commits
Subject: branch master updated: gnu: python-xlib: Fix native input.
Date: Sun, 28 Jun 2020 17:52:08 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9814530  gnu: python-xlib: Fix native input.
9814530 is described below

commit 98145307f7f040605589d33f83c3758612a95fc9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 28 23:50:42 2020 +0200

    gnu: python-xlib: Fix native input.
    
    * gnu/packages/python-xyz.scm (python-xlib)[native-inputs]: Replace
    python2-setuptools-scm with python-setuptools-scm.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7c5db14..f7ef5da 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7398,7 +7398,7 @@ falling into the Python interpreter.")
                #t))))))
     (native-inputs
      `(("python-mock" ,python-mock)
-       ("python2-setuptools-scm" ,python2-setuptools-scm)
+       ("python-setuptools-scm" ,python-setuptools-scm)
        ("python-six" ,python-six)
        ("xorg-server" ,xorg-server)))
     (home-page "https://github.com/python-xlib/python-xlib";)



reply via email to

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