diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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") |