From ec72099a90b0fc7f6538f578ab3e28411391dacb Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 1 Mar 2021 17:21:35 +0100 Subject: [PATCH 14/14] gnu: scons: Remove obsolete argument. * gnu/packages/python-xyz.scm (scons) [arguments]: Remove #:use-setuptools? argument. --- gnu/packages/python-xyz.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fdc9bd85b7..a61451f8ea 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2641,8 +2641,7 @@ and is not compatible with JSON.") "1xy8jrwz87y589ihcld4hv7wn122sjbz914xn8h50ww77wbhk8hn")))) (build-system python-build-system) (arguments - `(#:use-setuptools? #f ; still relies on distutils - #:tests? #f ; no 'python setup.py test' command + `(#:tests? #f ; no 'python setup.py test' command #:phases (modify-phases %standard-phases (add-before 'build 'bootstrap -- 2.26.3