guix-commits
[Top][All Lists]
Advanced

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

65/150: gnu: scons: Remove obsolete argument.


From: guix-commits
Subject: 65/150: gnu: scons: Remove obsolete argument.
Date: Sun, 24 Apr 2022 05:12:23 -0400 (EDT)

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

commit 6a4a7a23a605ff490425b830b960012a572a1400
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 92ecdd98f1..d802f149bd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2965,8 +2965,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]