guix-commits
[Top][All Lists]
Advanced

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

17/57: gnu: scons: Do not use setuptools for building.


From: Hartmut Goebel
Subject: 17/57: gnu: scons: Do not use setuptools for building.
Date: Sat, 15 Oct 2016 14:08:11 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 903bdb2ff787455549f34ff0c151bcd9df9d46b5
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 2 14:13:56 2016 +0200

    gnu: scons: Do not use setuptools for building.
    
    * gnu/packages/python.scm (scons): Set "#:use-setuptools" to #f.
---
 gnu/packages/python.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 62d5dc9..837df03 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1363,6 +1363,7 @@ syntax.")
     (arguments
      ;; With Python 3.x, fails to build with a syntax error.
      `(#:python ,python-2
+       #:use-setuptools? #f                ; still relies on distutils
        #:tests? #f))                       ; no 'python setup.py test' command
     (home-page "http://scons.org/";)
     (synopsis "Software construction tool written in Python")



reply via email to

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