From 98145307f7f040605589d33f83c3758612a95fc9 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 28 Jun 2020 23:50:42 +0200 Subject: 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(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c5db14859..f7ef5da62f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7398,7 +7398,7 @@ (define-public python-xlib #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") -- cgit v1.2.3