gnu: scons: Do not use setuptools for building.
* gnu/packages/python.scm (scons): Set "#:use-setuptools" to #f.
This commit is contained in:
parent
f2516de2fc
commit
b3e8b4bd0f
|
@ -1390,6 +1390,7 @@ syntax.")
|
||||||
(arguments
|
(arguments
|
||||||
;; With Python 3.x, fails to build with a syntax error.
|
;; With Python 3.x, fails to build with a syntax error.
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
|
#:use-setuptools? #f ; still relies on distutils
|
||||||
#:tests? #f)) ; no 'python setup.py test' command
|
#:tests? #f)) ; no 'python setup.py test' command
|
||||||
(home-page "http://scons.org/")
|
(home-page "http://scons.org/")
|
||||||
(synopsis "Software construction tool written in Python")
|
(synopsis "Software construction tool written in Python")
|
||||||
|
|
Loading…
Reference in New Issue