From b3e8b4bd0f390784c710944c9962a0e13b25ed02 Mon Sep 17 00:00:00 2001
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
Date: Sun, 2 Oct 2016 14:13:56 +0200
Subject: 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(+)

(limited to 'gnu')

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 35d9021165..2f7ae95fa4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1390,6 +1390,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")
-- 
cgit v1.2.3