guix-commits
[Top][All Lists]
Advanced

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

62/103: gnu: scons: Remove obsolete argument.


From: guix-commits
Subject: 62/103: gnu: scons: Remove obsolete argument.
Date: Wed, 5 Jan 2022 09:44:36 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 43a701176825c9465c03cb69d121b74c640b17ce
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Dec 30 10:30:18 2021 +0100

    gnu: scons: Remove obsolete argument.
    
    * gnu/packages/python-xyz.scm (scons)[arguments]: Remove #:use-setuptools?.
---
 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 9f206eef8f..f885eb6b3e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2907,8 +2907,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



reply via email to

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